firefox
This commit is contained in:
parent
1b7b0b620c
commit
be65eb3b88
2 changed files with 18 additions and 6 deletions
|
|
@ -22,7 +22,11 @@
|
|||
useUserPackages = true;
|
||||
|
||||
# Pass inputs and outputs to home-manager modules
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
# Pass the NixOS system config to home-manager modules
|
||||
nixosConfig = config;
|
||||
};
|
||||
|
||||
# Configure home-manager for each user (excluding root)
|
||||
users =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue