feat: adjust hypridle and hyprlock + update flake lock

This commit is contained in:
2024-12-04 17:04:55 +05:00
parent 5e0270ea75
commit 86045019ba
4 changed files with 58 additions and 28 deletions

View File

@@ -31,7 +31,7 @@
homeConfigurations = {
"${user}" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
inherit pkgs;
modules = [ ./home-manager/home.nix ];
};
};