Small changes

This commit is contained in:
Jurn Wubben 2025-05-20 23:16:16 +02:00
parent 3bf145fd45
commit ebf027263f
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";};
}