diff options
Diffstat (limited to 'hosts/hp-envy-office/home.nix')
-rw-r--r-- | hosts/hp-envy-office/home.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hosts/hp-envy-office/home.nix b/hosts/hp-envy-office/home.nix new file mode 100644 index 0000000..2e4f61f --- /dev/null +++ b/hosts/hp-envy-office/home.nix @@ -0,0 +1,12 @@ +{ userDetails, ... }: { + imports = [ ../../home ]; + + theme.mint.theme.color = "Dark-Green"; + theme.mint.icons.color = "Green"; + wallpapers.enable = true; + + additional-gtk-bookmarks = with userDetails.userDirs; [ + "file://${documents}/src/sites/admin Admin" + "file:///media/chexx/chexx cHEXx" + ]; +} |