unify nix options
This commit is contained in:
parent
27e703cf11
commit
240a170c53
6 changed files with 30 additions and 12 deletions
14
flake.nix
14
flake.nix
|
@ -62,7 +62,7 @@
|
|||
|
||||
homeConfigurations = {
|
||||
"lu@yukari" = lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
pkgs = pkgsFor.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
./home/yukari.nix
|
||||
|
@ -70,12 +70,12 @@
|
|||
};
|
||||
|
||||
"lu@enoko" = lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
./home/enoko.nix
|
||||
];
|
||||
};
|
||||
pkgs = pkgsFor.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
./home/enoko.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue