swaylock background

This commit is contained in:
thiloho
2023-06-15 20:09:00 +02:00
parent 107bae8b96
commit 51954e7f36

View File

@@ -145,7 +145,14 @@
} }
''; '';
}; };
swaylock.enable = true; swaylock = {
enable = true;
settings = let
wallpaper = pkgs.callPackage ./wallpaper.nix {};
in {
image = "${wallpaper}";
};
};
bash = { bash = {
enable = true; enable = true;
shellAliases = { shellAliases = {