refactor(nix): More split
Also added floorp, but not functional at the moment, it requires 24.11
This commit is contained in:
parent
0e80eb3083
commit
98d28abc3f
8 changed files with 142 additions and 42 deletions
|
@ -24,7 +24,22 @@ in
|
|||
inherit pkgs;
|
||||
extraSpecialArgs = { inherit inputs pkgs home-manager vars; };
|
||||
modules = [
|
||||
./ziro.nix
|
||||
./ziro
|
||||
./ziro/darwin.nix
|
||||
];
|
||||
};
|
||||
|
||||
"ziro@potato" =
|
||||
let
|
||||
inherit (mkSystem "x86_64-linux" nixpkgs) system pkgs;
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = { inherit inputs pkgs home-manager vars; };
|
||||
modules = [
|
||||
./ziro
|
||||
./ziro/linux.nix
|
||||
#../modules/home-manager/floorp.nix # FIXME: Added on 24.11
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue