feat: rokit, EDITOR=nvim -> programs.neovim

This commit is contained in:
2025-01-26 05:56:45 +00:00
parent ede0370428
commit 7b7b7fad75
28 changed files with 52 additions and 21 deletions

40
nix/modules/commonPackages.nix Normal file → Executable file
View File

@@ -7,20 +7,28 @@
description = "Common packages";
};
};
config.commonPackages = with pkgs; [
wget
busybox
curl
stow
gh
oh-my-posh
neovim
ripgrep
git
gcc
rustup
nixfmt-rfc-style
asciiquarium
];
config.programs.nix-ld.enable = true;
config = {
commonPackages = with pkgs; [
wget
busybox
curl
stow
gh
oh-my-posh
neovim
ripgrep
git
gcc
rustup
nixfmt-rfc-style
asciiquarium
];
programs.nix-ld.enable = true;
programs.neovim = {
enable = true;
defaultEditor = true;
vimAlias = true;
};
};
}

0
nix/modules/default.nix Normal file → Executable file
View File

0
nix/modules/hm.nix Normal file → Executable file
View File

0
nix/modules/i3.nix Normal file → Executable file
View File

0
nix/modules/kanata.nix Normal file → Executable file
View File