Update NixLap

This commit is contained in:
Tibo De Peuter 2023-10-01 16:56:12 +02:00
parent 53fec1cca5
commit 729d83dfb7
5 changed files with 80 additions and 97 deletions

View file

@ -28,15 +28,6 @@
# Set your time zone.
time.timeZone = "Europe/Brussels";
# Select internationalisation properties.
i18n.defaultLocale = "en_GB.utf8";
# Configure keymap in X11
services.xserver = {
layout = "us";
xkbVariant = "";
};
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;