First Commit
This commit is contained in:
14
modules/desktop/flatpak.nix
Normal file
14
modules/desktop/flatpak.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
services = {
|
||||
flatpak = lib.mkIf config.my.desktop.flatpak.enable {
|
||||
enable = true;
|
||||
packages = [
|
||||
"com.github.tchx84.Flatseal"
|
||||
"org.jellyfin.JellyfinDesktop"
|
||||
];
|
||||
|
||||
update.onActivation = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user