we swayin

This commit is contained in:
alisceon 2025-12-01 22:40:14 +01:00
parent 4b859d067d
commit 1fce65acd8
2 changed files with 58 additions and 11 deletions

View file

@ -6,7 +6,10 @@
wl-clipboard # wl-copy and wl-paste for copy/paste from stdin / stdout
mako # notification system developed by swaywm maintainer
rofi
waybar
libinput
libinput-gestures
wmctrl
];
# enable Sway window manager
@ -43,5 +46,5 @@
}; # end logind
gnome.gnome-keyring.enable = true;
}; # end services
users.users.alisceon.extraGroups = [ "video" ];
users.users.alisceon.extraGroups = [ "video" "input" ];
}