From 125cc3e243145105dc2080a6fcd38d432aca5c69 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 20 Aug 2026 13:10:39 -0500 Subject: gnome update and add guest user on office-precision --- hosts/office-precision/configuration.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'hosts/office-precision/configuration.nix') diff --git a/hosts/office-precision/configuration.nix b/hosts/office-precision/configuration.nix index 95b4a0a..3c70d91 100644 --- a/hosts/office-precision/configuration.nix +++ b/hosts/office-precision/configuration.nix @@ -14,6 +14,11 @@ enable = true; home.users.timmy.enable = true; }; + gnome = { + home.users.timmy.enable = true; + home.users.guest.enable = true; + enable = true; + }; btrfs.enable = true; }; collections = { @@ -43,6 +48,11 @@ }; }; + users.users.guest = { + description = "Guest"; + isNormalUser = true; + }; + # Disable suspend systemd._suspend.disable = true; @@ -82,6 +92,12 @@ "file:///media/chexx/chexx cHEXx" ]; }; + home-manager.users.guest = { + gtk.gtk3.bookmarks = [ + "file:///media/chexx/chexx cHEXx" + ]; + home.stateVersion = "26.05"; + }; system.stateVersion = "24.11"; } -- cgit v1.2.3