cleanup the mess

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-13 12:02:59 +03:00
parent 6554808614
commit 3937656ce1
6 changed files with 106 additions and 113 deletions

View File

@ -1,9 +1,9 @@
{
getExe,
lockscreen,
# perSystem,
lib,
osConfig,
perSystem,
pkgs,
lockscreen,
...
}: {
blueman-applet.enable = osConfig.services.blueman.enable;
@ -14,7 +14,7 @@
wpaperd.enable = true;
copyq = {
enable = true;
package = perSystem.nixpkgs-stable.copyq;
# package = perSystem.nixpkgs-stable.copyq;
};
gnome-keyring = {
enable = true;
@ -56,7 +56,7 @@
}
{
timeout = 601;
on-timeout = getExe pkgs.niri + " msg action power-off-monitors";
on-timeout = lib.getExe pkgs.niri + " msg action power-off-monitors";
}
];
};