Skip to content
Discussion options

You must be logged in to vote
 programs.neovim = {
     enable = true;
    viAlias = true;
    vimAlias = true;
    defaultEditor = true;
 };

^ this is an entirely different module. You should remove these, they will not do what you want.

You can make a nixCats package named nvim if you want though still, the name of the item in the packageDefinitions set is the name of the package, and there is an aliases setting as well, as long as your names dont conflict with one another you can name them anything you want.

For home manager you would want this, where PACKAGENAME would be the name from packageDefinitions, which I suppose in your case is nixCats or regularCats but you can name them anything you want (including nvim):

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BirdeeHub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #297 on May 22, 2025 10:59.