diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-16 17:31:52 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-16 17:31:52 -0400 |
| commit | 641e328033d9b753ecdd2ae7e27713dbd01d0319 (patch) | |
| tree | 2fc1ffc2e386e6923a86a73955e660eb8c8cd131 /home-manager/users/thinkpad-laptop | |
| parent | c50fdd83e19ce932b1a402f81de936a1a0dacf30 (diff) | |
home-manager: added art feature bundle with art programs
Diffstat (limited to 'home-manager/users/thinkpad-laptop')
| -rw-r--r-- | home-manager/users/thinkpad-laptop/lucas.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { |
