Move neovim to homemanager
This commit is contained in:
parent
dcff16294f
commit
3e9c1efd83
@ -6,6 +6,7 @@
|
||||
extraSpecialArgs = { inherit inputs user; };
|
||||
users.${user} = {
|
||||
imports = [
|
||||
./editor/neovim
|
||||
./programs/firefox
|
||||
./programs/tmux
|
||||
./zsh
|
||||
|
9
home/editor/neovim/default.nix
Normal file
9
home/editor/neovim/default.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ pkgs, ...}: {
|
||||
programs = {
|
||||
neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
};
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
}
|
@ -54,7 +54,6 @@
|
||||
vim
|
||||
wget
|
||||
curl
|
||||
neovim
|
||||
alacritty
|
||||
greetd.tuigreet
|
||||
git
|
||||
|
Loading…
Reference in New Issue
Block a user