Move neovim to homemanager
This commit is contained in:
parent
dcff16294f
commit
3e9c1efd83
@ -6,6 +6,7 @@
|
|||||||
extraSpecialArgs = { inherit inputs user; };
|
extraSpecialArgs = { inherit inputs user; };
|
||||||
users.${user} = {
|
users.${user} = {
|
||||||
imports = [
|
imports = [
|
||||||
|
./editor/neovim
|
||||||
./programs/firefox
|
./programs/firefox
|
||||||
./programs/tmux
|
./programs/tmux
|
||||||
./zsh
|
./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
|
vim
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
neovim
|
|
||||||
alacritty
|
alacritty
|
||||||
greetd.tuigreet
|
greetd.tuigreet
|
||||||
git
|
git
|
||||||
|
Loading…
Reference in New Issue
Block a user