Enable flatpak

This commit is contained in:
Andreas Zweili 2022-12-22 14:43:14 +01:00
parent 463d2e7c9e
commit d1a1a4a0d7
1 changed files with 7 additions and 0 deletions

View File

@ -54,6 +54,13 @@
# Enable dconf to be able to save Nautilus settings
programs.dconf.enable = true;
# Enable Flatpack
services.flatpak.enable = true;
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
environment.systemPackages = with pkgs; [
# what I consider to be system packages
alacritty