From 4a9f82d8ef7ab960fae5c04db00506db4b75bdd6 Mon Sep 17 00:00:00 2001 From: chaos Date: Sat, 31 Aug 2024 15:54:07 +0100 Subject: [PATCH] add gui to raspberry --- hosts/raspberry-pi5/raspberry-pi5.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/hosts/raspberry-pi5/raspberry-pi5.nix b/hosts/raspberry-pi5/raspberry-pi5.nix index 533aa51..e6ef4d8 100644 --- a/hosts/raspberry-pi5/raspberry-pi5.nix +++ b/hosts/raspberry-pi5/raspberry-pi5.nix @@ -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