diff options
author | Tim Keller <tjkeller.xyz> | 2025-02-06 21:34:07 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-02-06 21:34:07 -0600 |
commit | 56aa812441c150da6f27d7c848d3e3eb2ded4435 (patch) | |
tree | 6067aef1fa736cee5e88fb1db2bb36841ea567a9 /modules/hosts/hp-envy-office/home.nix | |
parent | 1ef7aa8333c0851d0ca5ae556b5f1d12fad87b08 (diff) | |
download | nixos-56aa812441c150da6f27d7c848d3e3eb2ded4435.tar.xz nixos-56aa812441c150da6f27d7c848d3e3eb2ded4435.zip |
update bookmarks
Diffstat (limited to 'modules/hosts/hp-envy-office/home.nix')
-rw-r--r-- | modules/hosts/hp-envy-office/home.nix | 7 |
1 files changed, 6 insertions, 1 deletions
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" + ]; } |