nvim?
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
./zathura.nix
|
||||
./wallpaper.nix
|
||||
./zsh
|
||||
./alacritty
|
||||
./neovim
|
||||
./git.nix
|
||||
./wallpaper.nix
|
||||
./xmonad
|
||||
./zathura.nix
|
||||
./zsh
|
||||
];
|
||||
}
|
||||
|
||||
6
home/programs/neovim/default.nix
Normal file
6
home/programs/neovim/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user