modularize flatpaks
nix flake show / show-flake (push) Successful in 29s

This commit is contained in:
smayzy
2025-07-20 16:16:40 +02:00
parent 57a949c2bf
commit 4a049d94ce
7 changed files with 91 additions and 25 deletions
-14
View File
@@ -41,18 +41,4 @@
environment.systemPackages = with pkgs; [
];
services.flatpak = {
enable = true;
update.onActivation = true;
packages = [
"com.heroicgameslauncher.hgl"
"com.github.tchx84.Flatseal"
"com.obsproject.Studio"
"com.usebottles.bottles"
"it.mijorus.gearlever"
"com.google.AndroidStudio"
];
};
}