swaylock
This commit is contained in:
parent
04cb403a3f
commit
dba763cb3c
|
@ -13,6 +13,7 @@
|
||||||
./firefox
|
./firefox
|
||||||
./alacritty
|
./alacritty
|
||||||
./hyprland
|
./hyprland
|
||||||
|
./swaylock
|
||||||
inputs.ags.homeManagerModules.default
|
inputs.ags.homeManagerModules.default
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
6
home/swaylock/default.nix
Normal file
6
home/swaylock/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.swaylock = {
|
||||||
|
enable = true;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue