From 06a91974929d67ab31d7946cd2c03a7713c894f5 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 1 Apr 2025 21:53:40 -0500 Subject: [PATCH] feat: added jamesDsp --- modules/home/gui/desktop/wayland/jamesDsp/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 modules/home/gui/desktop/wayland/jamesDsp/default.nix diff --git a/modules/home/gui/desktop/wayland/jamesDsp/default.nix b/modules/home/gui/desktop/wayland/jamesDsp/default.nix new file mode 100755 index 0000000..ffd14e6 --- /dev/null +++ b/modules/home/gui/desktop/wayland/jamesDsp/default.nix @@ -0,0 +1,11 @@ +{ + pkgs, + ... +}: +{ + home.packages = builtins.attrValues { + inherit (pkgs) + jamesdsp + ; + }; +}