mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
swaylock background
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user