From 56aa812441c150da6f27d7c848d3e3eb2ded4435 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 6 Feb 2025 21:34:07 -0600 Subject: update bookmarks --- modules/hosts/hp-envy-office/home.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/hosts') diff --git a/modules/hosts/hp-envy-office/home.nix b/modules/hosts/hp-envy-office/home.nix index ee56dc6..ed02130 100644 --- a/modules/hosts/hp-envy-office/home.nix +++ b/modules/hosts/hp-envy-office/home.nix @@ -1,7 +1,12 @@ -{ ... }: { +{ userDetails, ... }: { imports = [ ../../home ]; theme.mint.theme.color = "Dark-Green"; theme.mint.icons.color = "Green"; wallpapers.enable = true; + + additional-gtk-bookmarks = with userDetails; [ + "file://${home.documents}/src/sites/admin Admin" + "file:///media/chexx/chexx cHEXx" + ]; } -- cgit v1.2.3