final cleanups
This commit is contained in:
parent
fb6fd12ecb
commit
ba051afaa7
3 changed files with 22 additions and 19 deletions
|
|
@ -57,7 +57,8 @@
|
|||
home-manager.useUserPackages = true;
|
||||
home-manager.users.barrett = import ./home/home.nix;
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit zen-browser system;
|
||||
inherit zen-browser;
|
||||
hostPlatform = system;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
@ -69,7 +70,8 @@
|
|||
homeConfigurations.barrett = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = {
|
||||
inherit zen-browser system;
|
||||
inherit zen-browser;
|
||||
hostPlatform = system;
|
||||
};
|
||||
modules = [ ./home/home.nix ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue