Add ax default config to xdg config

This commit is contained in:
2026-04-10 00:00:23 +02:00
parent 3f624516d5
commit 8d3e555dc7

View File

@@ -64,6 +64,13 @@
# Create xdg envs
xdg.enable = true;
xdg.configFile."ax/config.json".text = builtins.toJSON {
remote = {
host = "192.168.178.214";
port = 7000;
};
};
# HM Modules
programs.fzf.enable = true;
programs.gpg.enable = true;