fix(hyprlock): respect system while showing lockscreen

This commit is contained in:
Mohammad Rafiq 2025-03-22 20:49:41 +08:00
parent 7993aae086
commit 439a54a35c
No known key found for this signature in database
3 changed files with 24 additions and 10 deletions

View file

@ -40,6 +40,17 @@
specialArgs = args;
modules = [
./systems/mellinoe.nix
home-manager.nixosModules.home-manager
{
home-manager = {
useGlobalPkgs = true; # inherit the nixpkgs and its config
useUserPackages = true;
extraSpecialArgs = args;
users.rafiq.imports = [
./users/rafiq.nix
];
};
}
];
};
};