set up nixos on yukari
This commit is contained in:
parent
e2b9168d8f
commit
9373febdb6
9 changed files with 191 additions and 2 deletions
11
flake.nix
11
flake.nix
|
@ -9,6 +9,10 @@
|
|||
# Home manager
|
||||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# nix-index
|
||||
nix-index-database.url = "github:nix-community/nix-index-database";
|
||||
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -47,6 +51,13 @@
|
|||
./nixos/enoko/configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
yukari = lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
./nixos/yukari/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue