move xdg settings to machine-specific config

This commit is contained in:
John Bowdre 2023-07-23 21:13:33 -05:00
parent b8b6b9854c
commit d4a8e60fa5
2 changed files with 4 additions and 5 deletions

View file

@ -77,9 +77,4 @@
pull.ff = "only";
};
};
# XDG settings
xdg.enable = true;
xdg.mime.enable = true;
}

View file

@ -10,4 +10,8 @@
obsidian
qFlipper
];
# XDG settings
xdg.enable = true;
xdg.mime.enable = true;
}