增加 1. apc ups 服务 2. flatpak desktop目录

This commit is contained in:
2025-05-28 14:30:28 +08:00
parent b1540dfb96
commit ce7331fb35
2 changed files with 9 additions and 7 deletions

View File

@@ -12,13 +12,12 @@
enable = true;
cacheHome = config.home.homeDirectory + "/.cache";
# manage $XDG_CONFIG_HOME/mimeapps.list
# xdg search all desktop entries from $XDG_DATA_DIRS, check it by command:
# echo $XDG_DATA_DIRS
# the system-level desktop entries can be list by command:
# ls -l /run/current-system/sw/share/applications/
# the user-level desktop entries can be list by command(user ryan):
# ls /etc/profiles/per-user/ryan/share/applications/
systemDirs = {
data = [
"${config.home.homeDirectory}/.local/share/flatpak/exports/share"
"/var/lib/flatpak/exports/share"
];
};
userDirs = {
enable = true;