swaylock: initial setup
This commit is contained in:
parent
cfda02179a
commit
5f5d171bfd
3 changed files with 8 additions and 0 deletions
|
|
@ -11,6 +11,11 @@
|
|||
pwvucontrol
|
||||
];
|
||||
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
settings = builtins.fromJSON (builtins.readFile ./swaylock.json);
|
||||
};
|
||||
|
||||
services.mako = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ./mako.conf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue