diff --git a/configuration.nix b/configuration.nix index c93cd23..fe6608f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -35,6 +35,12 @@ polkit.enable = true; }; + xdg = { + portal = { + enable = true; + }; + }; + time.timeZone = "Europe/Sofia"; fonts.fonts = with pkgs; [nerdfonts]; @@ -117,6 +123,12 @@ }; }; + services = { + flatpak = { + enable = true; + }; + }; + home-manager.users.ivand = {lib, ...}: { home = { stateVersion = "23.05";