switch to flakes + lix flake-compat
This commit is contained in:
parent
1626d24aed
commit
1485af5689
5 changed files with 112 additions and 40 deletions
33
entry.nix
Normal file
33
entry.nix
Normal file
|
@ -0,0 +1,33 @@
|
|||
let
|
||||
inputs = import ./inputs.nix;
|
||||
modules = import ./util/get-modules.nix inputs;
|
||||
create = import ./create.nix {
|
||||
system = "x86_64-linux";
|
||||
inherit inputs;
|
||||
sharedModules =
|
||||
with inputs;
|
||||
(modules [
|
||||
culr
|
||||
meat
|
||||
niri
|
||||
niri-tag
|
||||
lix-module
|
||||
angrr
|
||||
arbys
|
||||
# smooooth
|
||||
])
|
||||
++ [
|
||||
nix-index-database.nixosModules.nix-index
|
||||
./system/substituters.nix
|
||||
];
|
||||
};
|
||||
in
|
||||
{
|
||||
nixosConfigurations = create.systems {
|
||||
quiver = {
|
||||
user = "bolt";
|
||||
imports = with inputs; (modules [ nyx ]);
|
||||
};
|
||||
adrift.user = "plank";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue