mirror of
https://github.com/srid/nixos-config.git
synced 2026-04-10 05:07:28 +08:00
enable nixvim
This commit is contained in:
parent
6f9a46f54f
commit
ae331588b2
3 changed files with 3 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"nix-darwin"
|
||||
# "nixos-hardware"
|
||||
"nix-index-database"
|
||||
# "nixvim"
|
||||
"nixvim"
|
||||
"oc"
|
||||
"nix-agent-wire"
|
||||
"skills"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
home.stateVersion = "24.05";
|
||||
imports = [
|
||||
./cli/tmux.nix
|
||||
# ./editors/neovim
|
||||
./editors/neovim
|
||||
# ./editors/helix.nix
|
||||
./cli/starship.nix
|
||||
./cli/terminal.nix
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ in
|
|||
];
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
||||
imports = [
|
||||
./nvim-tree.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue