main
Johannes Hendrik Gerard van der Weide 2024-02-09 13:56:13 +01:00
parent 9581ea40e8
commit d610e6939e
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ self, ... }: { self, ... }:
{ {
colorscheme = { colorschemes = {
nord = { nord = {
enable = true; enable = true;
}; };

View File

@ -1,7 +1,7 @@
{ self, ... }: { self, ... }:
{ {
extranConfigLua = '' extraConfigLua = ''
print("Welcome to Vim, Hertog! :3") print("Welcome to Vim, Hertog! :3")
''; '';
} }

View File

@ -11,6 +11,8 @@
# Rust # Rust
rust-analyzer = { rust-analyzer = {
enable = true; enable = true;
installRustc = true;
installCargo = true;
}; };
# Godot # Godot
gdscript = { gdscript = {