This commit is contained in:
joygnu 2024-08-17 14:17:44 +02:00
parent 3499b6a723
commit d9af7a7d23
2 changed files with 9 additions and 0 deletions

View file

@ -14,6 +14,7 @@
./alacritty
./hyprland
./hypridle
./hyprlock
./neomutt
./newsboat
inputs.ags.homeManagerModules.default

View file

@ -0,0 +1,8 @@
{ ... }:
{
services.hyprlock = {
enable = true;
settings = {
};
};
}