Small changes

This commit is contained in:
Jurn Wubben 2025-05-20 23:16:16 +02:00
parent aa3c25284d
commit 562a8b7a2e
8 changed files with 156 additions and 45 deletions

View file

@ -7,4 +7,5 @@
pkgs.neovim
inputs.agenix.packages.${pkgs.system}.default
]; # Still have to be able to edit configs.
environment.sessionVariables = {EDITOR = "nvim";};
}