Compare commits

..

No commits in common. "30c88f50afcf720cc1d39af620885088471c7fb4" and "d38fc83a1961f30bfccadcc84cc93c4811f93dcd" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -166,5 +166,4 @@ with pkgs;
nheko
conda
jitsi-meet
]

View File

@ -142,9 +142,6 @@
displayManager.gdm.enable = true;
xkb.layout = "de";
xkb.variant = "";
# Enable touchpad support (enabled default in most desktopManager).
libinput.enable = true;
};
# Configure console keymap
@ -183,6 +180,9 @@
jack.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.julian = {
isNormalUser = true;