hosts: remove chaotic nix
This commit is contained in:
parent
e2d037b1f1
commit
a476208fe0
1 changed files with 2 additions and 3 deletions
|
@ -23,6 +23,8 @@
|
|||
"${mod}/services/greetd.nix"
|
||||
"${mod}/programs/niri"
|
||||
"${mod}/services/gnome.nix"
|
||||
"${mod}/services/mail.nix"
|
||||
|
||||
self.nixosModules.style
|
||||
|
||||
({pkgs, ...}: {
|
||||
|
@ -43,7 +45,6 @@
|
|||
};
|
||||
}
|
||||
|
||||
inputs.chaotic.nixosModules.default
|
||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||
];
|
||||
};
|
||||
|
@ -73,8 +74,6 @@
|
|||
extraSpecialArgs = specialArgs;
|
||||
};
|
||||
}
|
||||
|
||||
inputs.chaotic.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue