add gui to raspberry
This commit is contained in:
parent
afc09c1ae0
commit
4a9f82d8ef
|
@ -19,16 +19,26 @@ in {
|
||||||
(with tree.profiles.nixos; [
|
(with tree.profiles.nixos; [
|
||||||
sshd
|
sshd
|
||||||
|
|
||||||
connectivity.networkManager
|
tor
|
||||||
wifiHardware
|
wifiHardware
|
||||||
|
|
||||||
nixGC
|
nixGC
|
||||||
serverExtras
|
serverExtras
|
||||||
])
|
])
|
||||||
|
|
||||||
|
(with tree.presets.nixos; [
|
||||||
|
serverBase
|
||||||
|
|
||||||
|
desktopGui
|
||||||
|
])
|
||||||
|
|
||||||
(with presets.home-manager.by-user; [
|
(with presets.home-manager.by-user; [
|
||||||
root.base
|
root.base
|
||||||
root.minimalServer
|
root.minimalServer
|
||||||
|
|
||||||
|
chaos.base
|
||||||
|
chaos.minimalServer
|
||||||
|
chaos.guiDesktop
|
||||||
])
|
])
|
||||||
|
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
|
|
Loading…
Reference in a new issue