Compare commits
No commits in common. "30c88f50afcf720cc1d39af620885088471c7fb4" and "d38fc83a1961f30bfccadcc84cc93c4811f93dcd" have entirely different histories.
30c88f50af
...
d38fc83a19
@ -166,5 +166,4 @@ with pkgs;
|
|||||||
|
|
||||||
nheko
|
nheko
|
||||||
conda
|
conda
|
||||||
jitsi-meet
|
|
||||||
]
|
]
|
||||||
|
@ -142,9 +142,6 @@
|
|||||||
displayManager.gdm.enable = true;
|
displayManager.gdm.enable = true;
|
||||||
xkb.layout = "de";
|
xkb.layout = "de";
|
||||||
xkb.variant = "";
|
xkb.variant = "";
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
|
||||||
libinput.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure console keymap
|
# Configure console keymap
|
||||||
@ -183,6 +180,9 @@
|
|||||||
jack.enable = true;
|
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’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.julian = {
|
users.users.julian = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user