feat(de): add hyprlock
This commit is contained in:
parent
92c962c5ac
commit
4c154876ba
7 changed files with 222 additions and 43 deletions
|
@ -7,5 +7,6 @@
|
|||
./programs/kitty.nix
|
||||
./programs/spicetify.nix
|
||||
./programs/waybar.nix
|
||||
./programs/hyprlock.nix
|
||||
];
|
||||
}
|
||||
|
|
6
users/modules/programs/hyprlock.nix
Normal file
6
users/modules/programs/hyprlock.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
package = null;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue