From fbc7c9dfab651e1ad1e459c1465a5a43c27b8e3b Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 4 Mar 2024 21:58:12 -0500 Subject: [PATCH] move option from home to system --- home/common/wm.nix | 3 --- system/common/desktop.nix | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/common/wm.nix b/home/common/wm.nix index 37d98c6..bfd7e86 100644 --- a/home/common/wm.nix +++ b/home/common/wm.nix @@ -64,9 +64,6 @@ in }; }; - # this solves some inconsistent behavior with xdg-open - xdg.portal.xdgOpenUsePortal = true; - services = { udiskie = { enable = mkDefault true; diff --git a/system/common/desktop.nix b/system/common/desktop.nix index edf5df4..5779eba 100644 --- a/system/common/desktop.nix +++ b/system/common/desktop.nix @@ -36,6 +36,9 @@ in wl-clipboard ]; + # this solves some inconsistent behavior with xdg-open + xdg.portal.xdgOpenUsePortal = true; + # Enable flatpak services.flatpak.enable = mkDefault true;