flatpak support

This commit is contained in:
2026-07-03 16:38:02 -05:00
parent c311e89baa
commit 9e4ed6a05a
4 changed files with 32 additions and 4 deletions
+9 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, nix-flatpak, ... }:
{
home.stateVersion = "26.05";
@@ -42,4 +42,12 @@
show-indicator = [ "always" ];
};
};
services.flatpak = {
enable = true;
packages = [
"com.github.tchx84.Flatseal"
];
};
}