This commit is contained in:
2026-07-25 16:10:00 +01:00
parent 1f4f716de1
commit b8c6862880
8 changed files with 333 additions and 250 deletions
+1 -2
View File
@@ -10,7 +10,6 @@
flake-file.inputs = {
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
};
modules = {
@@ -44,7 +43,7 @@
config = {
allowUnfree = true;
};
# source = inputs.nixpkgs;
source = inputs.nixpkgs;
};
colorschemes.gruvbox-material.enable = true;
# colorschemes.melange = {