From 357b926304cfc6ef0906e4e3687dd91673ce9519 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 8 Aug 2023 17:44:25 -0400 Subject: pkgs/theseus: split wrapper & add desktop icon --- pkgs/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/default.nix') 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 {}; -- cgit v1.2.3