mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
reorganization into flat profile-based modules
This commit is contained in:
parent
1bc8c22feb
commit
127227205d
15 changed files with 660 additions and 696 deletions
|
|
@ -35,7 +35,7 @@
|
|||
in
|
||||
lib.nixosSystem {
|
||||
system = hostConfig.system;
|
||||
specialArgs = { inherit userVars; };
|
||||
specialArgs = { inherit userVars self; };
|
||||
modules = [
|
||||
hostConfig.configModule
|
||||
]
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = { inherit userVars; };
|
||||
extraSpecialArgs = { inherit userVars self; };
|
||||
backupFileExtension = "backup";
|
||||
};
|
||||
}
|
||||
|
|
@ -55,5 +55,6 @@
|
|||
in
|
||||
{
|
||||
inherit nixosConfigurations;
|
||||
nixosModules = import ./modules { inherit lib self; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue