fix(hyprlock): respect system while showing lockscreen
This commit is contained in:
parent
7993aae086
commit
439a54a35c
3 changed files with 24 additions and 10 deletions
11
flake.nix
11
flake.nix
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue