mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-31 16:56:06 -07:00
move flatpak to desktop systems
This commit is contained in:
parent
6dfe99b657
commit
1c466f186b
@ -8,7 +8,4 @@ in {
|
|||||||
../../programs/yt-dlp.nix
|
../../programs/yt-dlp.nix
|
||||||
];
|
];
|
||||||
options.modules.base-plus.enable = lib.mkEnableOption "base-plus";
|
options.modules.base-plus.enable = lib.mkEnableOption "base-plus";
|
||||||
config = lib.mkIf cfg.enable {
|
|
||||||
services.flatpak.enable = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
@ -25,6 +25,7 @@ in {
|
|||||||
gimp # GNU Image Manipulation Program for editing and composing raster images
|
gimp # GNU Image Manipulation Program for editing and composing raster images
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.flatpak.enable = true;
|
||||||
services.dbus.enable = true;
|
services.dbus.enable = true;
|
||||||
xdg.mime = {
|
xdg.mime = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user