move desktops to their own folder
This commit is contained in:
parent
1444fd91c8
commit
06e889c274
7 changed files with 10 additions and 11 deletions
13
home/desktop/utils/swaylock.nix
Normal file
13
home/desktop/utils/swaylock.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
package = pkgs.swaylock-effects;
|
||||
settings = {
|
||||
clock = true;
|
||||
screenshots = true;
|
||||
effect-scale = 0.5;
|
||||
effect-blur = "10x10";
|
||||
grace = 5;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue