Add preferred programs to variables

This commit is contained in:
2025-11-29 17:00:41 +01:00
parent 8b34888add
commit ae91decf9d
4 changed files with 25 additions and 4 deletions

View File

@@ -28,6 +28,12 @@
email = "mail@jelles.net";
};
preferred = {
editor = "nvim";
terminal = "kitty";
browser = "brave";
};
autoUpgrade = false;
autoGarbageCollector = true;