Skip to content

Commit

Permalink
neovim: rename nvim category to nixCats-small
Browse files Browse the repository at this point in the history
  • Loading branch information
adomixaszvers committed Jan 21, 2025
1 parent e590b64 commit 4ad8ddd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 152 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
kaknix = pkgs.callPackage ./kaknix.nix { };
maimpick = pkgs.callPackage ./maimpick.nix { };
neovim = nixCatsBuilder "nixCats";
neovim-nix = nixCatsBuilder "nvim";
neovim-nix = nixCatsBuilder "nixCats-small";
restart-eww = pkgs.callPackage ./restart-eww.nix { };
rofi-powermenu = pkgs.callPackage ./rofi-powermenu.nix { };
sxhkd = pkgs.sxhkd.overrideAttrs (old: {
Expand Down
3 changes: 2 additions & 1 deletion profiles/cli/neovim/nixCats.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@
treesitter-small = false;
};
};
nvim = _: {
nixCats-small = _: {
# these also recieve our pkgs variable
# see :help nixCats.flake.outputs.packageDefinitions
settings = {
aliases = [ "nvim" ];
# explained below in the `regularCats` package's definition
# OR see :help nixCats.flake.outputs.settings for all of the settings available
wrapRc = true;
Expand Down
85 changes: 0 additions & 85 deletions profiles/cli/neovim/nvim-nix.nix

This file was deleted.

61 changes: 0 additions & 61 deletions profiles/cli/neovim/plugins.nix

This file was deleted.

2 changes: 1 addition & 1 deletion profiles/pi.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
imports = [ ./cli ];
services.gpg-agent.enable = false;
nixCats.packageNames = [ "nvim" ];
nixCats.packageNames = [ "nixCats-small" ];
xdg = {
enable = true;
};
Expand Down

0 comments on commit 4ad8ddd

Please sign in to comment.