move flatpak to desktop systems

This commit is contained in:
Tyler Starr 2025-05-25 20:22:55 -07:00
parent 6dfe99b657
commit 1c466f186b
2 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,4 @@ in {
../../programs/yt-dlp.nix
];
options.modules.base-plus.enable = lib.mkEnableOption "base-plus";
config = lib.mkIf cfg.enable {
services.flatpak.enable = true;
};
}

View File

@ -25,6 +25,7 @@ in {
gimp # GNU Image Manipulation Program for editing and composing raster images
];
services.flatpak.enable = true;
services.dbus.enable = true;
xdg.mime = {
enable = true;