This website requires JavaScript.
Explore
Help
Sign in
liv
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
mirror of
https://github.com/Ahwxorg/nixos-config.git
synced
2025-12-04 15:00:13 +01:00
Code
Issues
1
Projects
Releases
Packages
Wiki
Activity
Actions
c4fd1a37c1
nixos-config
/
modules
/
home
/
nvim.nix
8 lines
88 B
Nix
Raw
Normal View
History
Unescape
Escape
first commit
2023-11-05 11:40:44 +01:00
{
pkgs
,
.
.
.
}:
{
change vim alias to nvim option
2024-01-15 19:45:38 +01:00
programs
.
neovim
=
{
feat: disable `neovim` from within the repo itself
2024-07-22 14:45:44 +02:00
enable
=
false
;
vimAlias
=
false
;
change vim alias to nvim option
2024-01-15 19:45:38 +01:00
}
;
first commit
2023-11-05 11:40:44 +01:00
}
Reference in a new issue
Copy permalink