diff options
Diffstat (limited to 'hosts/office-precision')
| -rw-r--r-- | hosts/office-precision/configuration.nix | 16 |
1 files changed, 16 insertions, 0 deletions
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"; } |
