mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +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 = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
|
||||
Reference in New Issue
Block a user