This website requires JavaScript.
Explore
Help
Sign in
jalil
/
configuration.nix
Watch
1
Star
1
Fork
You've already forked configuration.nix
0
Code
Issues
1
Pull requests
Projects
Activity
Actions
3aea6bbc41
configuration.nix
/
nvim
/
default.nix
6 lines
102 B
Nix
Raw
Normal View
History
Unescape
Escape
[fix] nvim: system module brok plugins The architecture of nixvim doesn't let me use NixOS modules T-T, I need to use manual imports instead.
2024-06-22 19:25:51 +02:00
args
:
{
[fix] *.nix: reformat with alejandra
2024-05-04 20:57:33 +02:00
imports
=
[
./options.nix
]
;
feat: Init nvim from jalil-salame/nvim-config Step one of Issue #15
2024-02-16 20:10:20 +01:00
[fix] nvim: system module brok plugins The architecture of nixvim doesn't let me use NixOS modules T-T, I need to use manual imports instead.
2024-06-22 19:25:51 +02:00
config
.
programs
.
nixvim
=
(
import
./nixvim.nix
args
)
.
config
;
feat: Init nvim from jalil-salame/nvim-config Step one of Issue #15
2024-02-16 20:10:20 +01:00
}
Reference in a new issue
Copy permalink