209 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *

This commit is contained in:
Max Känner 2024-03-13 19:37:23 +01:00
parent 290d4466ad
commit 68c53b010d
2 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,6 @@ in {
kanshi # hotswap displays
foot # terminal
keepassxc # used for secrets instead of gnome-keyring
rot8
ydotool
lisgd
];
@ -160,6 +159,7 @@ in {
{command = "dbus-sway-environment";}
{command = "configure-gtk";}
{command = "${pkgs.squeekboard}/bin/squeekboard";}
{command = "${pkgs.rot8}/bin/rot8 -n 10";}
{command = "${pkgs.nwg-launchers}/bin/nwggrid-server -fp";}
{command = "${pkgs.keepassxc}/bin/keepassxc";}
{command = "${pkgs.waybar}/bin/waybar";}

View File

@ -88,4 +88,6 @@ in {
# make swaylock work
security.pam.services.swaylock = {};
users.extraUsers.max.extraGroups = ["input"];
}