diff options
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 3 |
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 {}; |
