mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
try to setup peerix and removed
This commit is contained in:
+3
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user