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 23:00:14 +01:00
Code
Issues
1
Projects
Releases
Packages
Wiki
Activity
Actions
257140e6f5
nixos-config
/
modules
/
home
/
nvim.nix
8 lines
86 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
=
{
enable
=
true
;
vimAlias
=
true
;
}
;
first commit
2023-11-05 11:40:44 +01:00
}
Reference in a new issue
Copy permalink