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