home(gnome): move applications to flatpak

This commit is contained in:
514fpv 2024-07-29 23:44:44 +08:00
parent c931c7c9a1
commit fab1f9c088
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
5 changed files with 63 additions and 4 deletions

View file

@ -30,7 +30,7 @@ in {
dconf.enable = true;
};
services = mkIf gui {
blueman.enable = true;
blueman.enable = !config.global.flatpak.enable;
};
};
}