diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 24ee000d..448a5724 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,9 @@ url = "git+https://codeberg.org/ene/neovim-config.git"; flake = false; }; + templates = { + url = "git+https://codeberg.org/ene/nixos-templates.git"; + }; grades = { url = "git+https://codeberg.org/ene/Grades.git"; |