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}/services/greetd.nix"
|
||||||
"${mod}/programs/niri"
|
"${mod}/programs/niri"
|
||||||
"${mod}/services/gnome.nix"
|
"${mod}/services/gnome.nix"
|
||||||
|
"${mod}/services/mail.nix"
|
||||||
|
|
||||||
self.nixosModules.style
|
self.nixosModules.style
|
||||||
|
|
||||||
({pkgs, ...}: {
|
({pkgs, ...}: {
|
||||||
|
@ -43,7 +45,6 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
inputs.chaotic.nixosModules.default
|
|
||||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -73,8 +74,6 @@
|
||||||
extraSpecialArgs = specialArgs;
|
extraSpecialArgs = specialArgs;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
inputs.chaotic.nixosModules.default
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue