diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 93c7224..f7feb2d 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -79,10 +79,7 @@ in config = lib.mkIf cfg.enable { programs.nova-shell.theme = lib.mkIf stylixAvailable (lib.mkDefault stylixTheme); - home.packages = [ - cfg.package - self.packages.${pkgs.stdenv.hostPlatform.system}.nova-shell-cli - ]; + home.packages = [ self.packages.${pkgs.stdenv.hostPlatform.system}.nova-shell-cli ]; xdg.configFile."nova-shell/theme.json".source = (pkgs.formats.json { }).generate "nova-shell-theme.json"