https://git.jolheiser.com/dotnix.git
1 2 3 4 5 6 7 8 9 10 11 12
{ jolheiser, ... }: { programs.swaylock = { enable = true; settings = { image = jolheiser.wallpaper; scaling = "fill"; }; }; # https://github.com/catppuccin/nix/blob/5f7dc8bab8af6ba612ef8dc7cd44e38ba6cfd51a/modules/home-manager/swaylock.nix#L13-L26 catppuccin.swaylock.enable = true; }