diff options
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/default.nix b/default.nix index b6474fd..fadb97d 100644 --- a/default.nix +++ b/default.nix @@ -16,9 +16,8 @@ modules = import ./modules; # NixOS modules overlays = import ./overlays; # nixpkgs overlays - example-package = pkgs.callPackage ./pkgs/example-package { }; - claude-code = pkgs.callPackage ./pkgs/claude-code { }; + deck = pkgs.callPackage ./pkgs/deck { }; hgrep = pkgs.callPackage ./pkgs/hgrep { }; source-han-code-jp = pkgs.callPackage ./pkgs/source-han-code-jp { }; |
