updated flake, started using flake niri package
also added disko config for new gabbielaptop
This commit is contained in:
parent
4aa27d9f38
commit
f1f33b5c5e
4 changed files with 149 additions and 60 deletions
|
|
@ -145,7 +145,6 @@
|
|||
modules = genericModules ++ [
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.satisfactory-server.nixosModules.satisfactory
|
||||
inputs.niri.nixosModules.niri
|
||||
./hosts/biggerpi/configuration.nix
|
||||
./modules/satisfactory-server.nix
|
||||
];
|
||||
|
|
@ -156,6 +155,7 @@
|
|||
inherit pkgs;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
niri = inputs.niri;
|
||||
};
|
||||
# Import home-manager modules here
|
||||
modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue