new nix-flatpak flake
This commit is contained in:
parent
512ef53757
commit
7ce50f42f0
6 changed files with 75 additions and 58 deletions
|
|
@ -61,6 +61,13 @@ in {
|
|||
wezterm
|
||||
] ++ kdepkgs;
|
||||
|
||||
services.flatpak = {
|
||||
enable = true;
|
||||
packages = [ "com.github.flxzt.rnote" "com.github.tchx84.Flatseal" ];
|
||||
uninstallUnmanaged = true;
|
||||
update.auto.enable = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
adb.enable = true;
|
||||
steam.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue