Add ax default config to xdg config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user