diff --git a/configs/plasma-wayland.nix b/configs/plasma-wayland.nix index c6a9dde..d10ab15 100755 --- a/configs/plasma-wayland.nix +++ b/configs/plasma-wayland.nix @@ -12,6 +12,10 @@ }; }; + xdg.portal = { + enable = true; + }; + environment = { sessionVariables = { NIXOS_OZONE_WL = "1"; diff --git a/machine/framework/configuration.nix b/machine/framework/configuration.nix index 760d551..4425aa4 100755 --- a/machine/framework/configuration.nix +++ b/machine/framework/configuration.nix @@ -68,7 +68,13 @@ in # system = "x86_64-linux"; # }; - nix.settings.system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-alderlake" ]; + nix.settings.system-features = [ + "nixos-test" + "benchmark" + "big-parallel" + "kvm" + "gccarch-alderlake" + ]; networking = { hostName = "framework";