llynx: flatpak

This commit is contained in:
Zynh Ludwig 2025-03-25 13:00:46 -07:00
parent c2fe2dbc78
commit d7e5280f4f

View file

@ -69,6 +69,15 @@
useGlobalPkgs = true;
};
services.flatpak.enable = true;
systemd.services.flatpak-repo = {
wantedBy = [ "multi-user.target" ];
path = [ pkgs.flatpak ];
script = ''
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
'';
};
environment.systemPackages = with pkgs; [
pkgs.rose-pine-gtk-theme
pkgs.rose-pine-icon-theme