mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
host<name>/default.nix -> host/<name>/main.nix
add _file in all modules
This commit is contained in:
parent
bcea731103
commit
14726d5c6d
33 changed files with 36 additions and 0 deletions
|
|
@ -54,4 +54,5 @@
|
|||
;
|
||||
};
|
||||
};
|
||||
_file = ./dwm.nix;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,4 +49,5 @@ _: {
|
|||
displayManager.defaultSession = "gnome";
|
||||
};
|
||||
};
|
||||
_file = ./gnome.nix;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,4 +17,5 @@ _: {
|
|||
displayManager.defaultSession = "xfce";
|
||||
};
|
||||
};
|
||||
_file = ./xfce.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue