home(gnome): move applications to flatpak

This commit is contained in:
514fpv 2024-07-29 23:44:44 +08:00
parent 03f67c329e
commit 1646a56a58
Signed by: koishi
SSH key fingerprint: SHA256:i6TyMdSpIH+dGyo6hTa6wyF+9OHsFkBnmLdkGBPblgI
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;
};
};
}