summaryrefslogtreecommitdiff
path: root/modules/hosts/optiplex/home.nix
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-02-05 21:18:11 -0600
committerTim Keller <tjkeller.xyz>2025-02-05 21:18:11 -0600
commit1ef7aa8333c0851d0ca5ae556b5f1d12fad87b08 (patch)
tree22643010f24e795439c439317bd7c132b58b3ac9 /modules/hosts/optiplex/home.nix
parent430df434c76786e87ab03c0b607c2fec8187173f (diff)
downloadnixos-1ef7aa8333c0851d0ca5ae556b5f1d12fad87b08.tar.xz
nixos-1ef7aa8333c0851d0ca5ae556b5f1d12fad87b08.zip
add optiplex as new host
Diffstat (limited to 'modules/hosts/optiplex/home.nix')
-rw-r--r--modules/hosts/optiplex/home.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/hosts/optiplex/home.nix b/modules/hosts/optiplex/home.nix
new file mode 100644
index 0000000..ee56dc6
--- /dev/null
+++ b/modules/hosts/optiplex/home.nix
@@ -0,0 +1,7 @@
+{ ... }: {
+ imports = [ ../../home ];
+
+ theme.mint.theme.color = "Dark-Green";
+ theme.mint.icons.color = "Green";
+ wallpapers.enable = true;
+}