move host specific module imports into hosts default.nix
This commit is contained in:
parent
e04f33e50c
commit
0bb0018450
5 changed files with 30 additions and 42 deletions
|
|
@ -1,11 +1,17 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
my-nixos-modules,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
my-nixos-modules.user-ronja
|
||||
my-nixos-modules.gnome
|
||||
my-nixos-modules.steam
|
||||
my-nixos-modules.wine-gaming
|
||||
my-nixos-modules.vinzenz-desktop-settings
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue