209 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *
This commit is contained in:
parent
290d4466ad
commit
68c53b010d
@ -42,7 +42,6 @@ in {
|
|||||||
kanshi # hotswap displays
|
kanshi # hotswap displays
|
||||||
foot # terminal
|
foot # terminal
|
||||||
keepassxc # used for secrets instead of gnome-keyring
|
keepassxc # used for secrets instead of gnome-keyring
|
||||||
rot8
|
|
||||||
ydotool
|
ydotool
|
||||||
lisgd
|
lisgd
|
||||||
];
|
];
|
||||||
@ -160,6 +159,7 @@ in {
|
|||||||
{command = "dbus-sway-environment";}
|
{command = "dbus-sway-environment";}
|
||||||
{command = "configure-gtk";}
|
{command = "configure-gtk";}
|
||||||
{command = "${pkgs.squeekboard}/bin/squeekboard";}
|
{command = "${pkgs.squeekboard}/bin/squeekboard";}
|
||||||
|
{command = "${pkgs.rot8}/bin/rot8 -n 10";}
|
||||||
{command = "${pkgs.nwg-launchers}/bin/nwggrid-server -fp";}
|
{command = "${pkgs.nwg-launchers}/bin/nwggrid-server -fp";}
|
||||||
{command = "${pkgs.keepassxc}/bin/keepassxc";}
|
{command = "${pkgs.keepassxc}/bin/keepassxc";}
|
||||||
{command = "${pkgs.waybar}/bin/waybar";}
|
{command = "${pkgs.waybar}/bin/waybar";}
|
||||||
|
@ -88,4 +88,6 @@ in {
|
|||||||
|
|
||||||
# make swaylock work
|
# make swaylock work
|
||||||
security.pam.services.swaylock = {};
|
security.pam.services.swaylock = {};
|
||||||
|
|
||||||
|
users.extraUsers.max.extraGroups = ["input"];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user