kittykat
This commit is contained in:
parent
66a74af206
commit
573c9e3757
6 changed files with 218 additions and 15 deletions
13
flake.nix
13
flake.nix
|
|
@ -9,6 +9,9 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
};
|
||||
quickshell = {
|
||||
url = "github:outfoxxed/quickshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -45,6 +48,7 @@
|
|||
nix-colors,
|
||||
stylix,
|
||||
disko,
|
||||
agenix,
|
||||
...
|
||||
} @ inputs: let
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -123,6 +127,15 @@
|
|||
};
|
||||
}
|
||||
];
|
||||
nixosConfigurations.kittykat = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/kittykat/configuration.nix
|
||||
agenix.nixosModules.default
|
||||
inputs.disko.nixosModules.disko
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue