diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-07 20:48:46 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-07 20:48:46 -0700 |
| commit | 5b8d09f2d7ebb7a1670c695af5761353d5b76d7e (patch) | |
| tree | 7cd2d1d4a30012e325c38d5bda65e83e6a48b5d6 /nix/modules/home/default.nix | |
| parent | 5146b2fa654b469eaf425345797d58f0126de4b9 (diff) | |
create drive abstractions and entry points for disko
Diffstat (limited to 'nix/modules/home/default.nix')
| -rw-r--r-- | nix/modules/home/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/modules/home/default.nix b/nix/modules/home/default.nix index 52174a9..7bfee42 100644 --- a/nix/modules/home/default.nix +++ b/nix/modules/home/default.nix @@ -145,7 +145,7 @@ ++ (if config.monorepo.profiles.art.enable then (with pkgs; [ inkscape - krita + # krita ]) else []) ++ (if config.monorepo.profiles.music.enable then (with pkgs; [ @@ -158,7 +158,7 @@ alsa-scarlett-gui ardour audacity - blender + # blender foxdot fluidsynth qjackctl @@ -168,7 +168,7 @@ supercollider inkscape kdePackages.kdenlive - kicad + # kicad murmur silver-searcher ]) else []); |
