try to setup peerix and removed

This commit is contained in:
2026-04-06 15:35:29 +03:00
parent 4d54a3b6fb
commit c4b52f942c
3 changed files with 12 additions and 9 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ let
defaultModule =
{
config,
deviceType,
lib,
xlib,
deviceType,
...
}:
{
@@ -23,8 +23,8 @@ let
disko.nixosModules.disko # disko module
noctalia.nixosModules.default
];
nixpkgs.overlays = [
inputs.self.nixosOverlays.default
nixpkgs.overlays = with inputs; [
self.nixosOverlays.default
];
_module.args = {
inputs = inputs;