From 1ef7aa8333c0851d0ca5ae556b5f1d12fad87b08 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 5 Feb 2025 21:18:11 -0600 Subject: add optiplex as new host --- modules/hosts/optiplex/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/hosts/optiplex/home.nix (limited to 'modules/hosts/optiplex/home.nix') 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; +} -- cgit v1.2.3