feat: rokit, EDITOR=nvim -> programs.neovim
This commit is contained in:
40
nix/modules/commonPackages.nix
Normal file → Executable file
40
nix/modules/commonPackages.nix
Normal file → Executable 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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user