summaryrefslogtreecommitdiff
path: root/home-manager/users
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-09-16 17:31:52 -0400
committertriethyl <triethylammonium@pm.me>2025-09-16 17:31:52 -0400
commit641e328033d9b753ecdd2ae7e27713dbd01d0319 (patch)
tree2fc1ffc2e386e6923a86a73955e660eb8c8cd131 /home-manager/users
parentc50fdd83e19ce932b1a402f81de936a1a0dacf30 (diff)
home-manager: added art feature bundle with art programs
Diffstat (limited to 'home-manager/users')
-rw-r--r--home-manager/users/nzxt-desktop/culsans.nix1
-rw-r--r--home-manager/users/thinkpad-laptop/lucas.nix3
2 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/users/nzxt-desktop/culsans.nix b/home-manager/users/nzxt-desktop/culsans.nix
index b13ba17..63ef07e 100644
--- a/home-manager/users/nzxt-desktop/culsans.nix
+++ b/home-manager/users/nzxt-desktop/culsans.nix
@@ -35,6 +35,7 @@
};
bundles = {
video.enable = true;
+ art.enable = true;
};
desktops.niri.enable = true;
};
diff --git a/home-manager/users/thinkpad-laptop/lucas.nix b/home-manager/users/thinkpad-laptop/lucas.nix
index bd6ba38..3430c81 100644
--- a/home-manager/users/thinkpad-laptop/lucas.nix
+++ b/home-manager/users/thinkpad-laptop/lucas.nix
@@ -32,6 +32,9 @@
librewolf.enable = true;
qutebrowser.enable = true;
};
+ bundles = {
+ art.enable = true;
+ };
desktops.niri.enable = true;
};
cli = {