Compare commits

...

2 Commits

Author SHA1 Message Date
30c88f50af Enable libinput for touchpad middle click emulation 2024-06-22 11:01:15 +02:00
b0d9425f78 Install jitsi 2024-06-22 11:01:03 +02:00
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -142,6 +142,9 @@
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
@ -180,9 +183,6 @@
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;