remove gnome from common, add it to solaire
This commit is contained in:
parent
1ee69b31f2
commit
436e1260ba
2 changed files with 6 additions and 4 deletions
|
@ -5,5 +5,4 @@
|
||||||
./syncthing
|
./syncthing
|
||||||
./sops.nix
|
./sops.nix
|
||||||
];
|
];
|
||||||
modules.gnome.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
modules.nvidia.enable = true;
|
|
||||||
modules.gaming.enable = true;
|
|
||||||
|
|
||||||
hardware.uni-sync = {
|
hardware.uni-sync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
devices = [
|
devices = [
|
||||||
|
@ -35,6 +32,12 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
modules.gnome.enable = true;
|
||||||
|
modules.stylix.enable = true;
|
||||||
|
modules.nvidia.enable = true;
|
||||||
|
modules.gaming.enable = true;
|
||||||
|
|
||||||
stylix.image = ../../wallpapers/lucy-edgerunners-wallpaper.jpg;
|
stylix.image = ../../wallpapers/lucy-edgerunners-wallpaper.jpg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue