add gui to raspberry

This commit is contained in:
chaos 2024-08-31 15:54:07 +01:00
parent afc09c1ae0
commit 4a9f82d8ef
No known key found for this signature in database

View file

@ -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