summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-08 17:44:25 -0400
committerseth <[email protected]>2023-08-09 07:50:01 -0400
commit357b926304cfc6ef0906e4e3687dd91673ce9519 (patch)
tree0c396662b6896d962ccde5be0bacd18b893f0f0d /pkgs/default.nix
parentab4a5cb0c6c713d5e3a98f3e21eb8a2bb759653d (diff)
pkgs/theseus: split wrapper & add desktop icon
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 84e34bb..cb49abb 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -8,10 +8,11 @@ in {
huion = callPackage ./huion.nix {};
mommy = callPackage ./mommy.nix {};
nixgc = callPackage ./nixgc.nix {};
- theseus = callPackage ./theseus.nix {
+ theseus-unwrapped = callPackage ./theseus {
inherit (pkgs.nodePackages) pnpm;
inherit (pkgs.darwin.apple_sdk.frameworks) CoreServices Security WebKit;
};
+ theseus = callPackage ./theseus/wrapper.nix {};
treefetch = callPackage ./treefetch.nix {};
swhkd = callPackage ./swhkd {};
vim-just = callPackage ./vim-just.nix {};