From ca9c54132ce32a2e9e03afde4fd26b09c1e9727b Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Mon, 7 Oct 2024 20:05:35 +0200 Subject: [PATCH] framework-2024-10-07-20-05-35 --- configs/plasma-wayland.nix | 4 ++++ machine/framework/configuration.nix | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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";