snowhawk: flatpak enable

This commit is contained in:
Zynh Ludwig 2025-01-01 05:40:14 -08:00
parent baea08045d
commit e404fb073c

View file

@ -74,6 +74,18 @@
useGlobalPkgs = true; useGlobalPkgs = true;
}; };
services.flatpak.enable = true;
xdg.portal.enable = true;
xdg.portal.config.common.default = "*";
xdg.portal.extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
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; [ environment.systemPackages = with pkgs; [
neovim neovim
curl curl