1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 20:01:08 +01:00
This commit is contained in:
2025-07-08 20:56:40 +02:00
parent e8e165ff03
commit e4543eeb0b
4 changed files with 93 additions and 23 deletions

View File

@@ -98,6 +98,8 @@ in {
};
};
security.pam.services.swaylock = {};
services.xserver = {
monitorSection = ''Option "DPMS" "false"'';
serverFlagsSection = ''
@@ -269,6 +271,8 @@ in {
# XF86Launch1 (thinkvantage)
};
in {
programs.swaylock.enable = true;
wayland.windowManager.sway = {
enable = true;
config = {
@@ -279,6 +283,15 @@ in {
xkb_layout = "de";
xkb_variant = "T3";
};
"type:keyboard" = {
repeat_rate = "50";
};
"type:touchpad" = {
dwt = "enabled";
dwtp = "enabled";
tap = "enabled";
tap_button_map = "lrm";
};
};
terminal = (defaultApplications pkgs).terminal;
up = "k";