diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-08-30 13:00:16 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-08-30 13:00:16 -0500 |
commit | 5e1b6bfd95f690a83b0fef454bcaff09ca570c2c (patch) | |
tree | ee36eebbc650e87d829f8019b6b709dc02bbef3d /hosts/hp-envy-office/home.nix | |
parent | d3643a962b42440f706c9171a2644c41fcd2be8e (diff) | |
download | nixos-5e1b6bfd95f690a83b0fef454bcaff09ca570c2c.tar.xz nixos-5e1b6bfd95f690a83b0fef454bcaff09ca570c2c.zip |
use new configs for envy office and automount hoome nas optiplex
Diffstat (limited to 'hosts/hp-envy-office/home.nix')
-rw-r--r-- | hosts/hp-envy-office/home.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hosts/hp-envy-office/home.nix b/hosts/hp-envy-office/home.nix deleted file mode 100644 index 2e4f61f..0000000 --- a/hosts/hp-envy-office/home.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ 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" - ]; -} |