From 922e64eb9c43184510d73c34040f5da4c6774fda Mon Sep 17 00:00:00 2001 From: oddlama Date: Fri, 8 Sep 2023 14:38:48 +0200 Subject: [PATCH] chore: fix xdg in wrong section --- users/myuser/graphical/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/myuser/graphical/default.nix b/users/myuser/graphical/default.nix index a0b0a35..7982ab3 100644 --- a/users/myuser/graphical/default.nix +++ b/users/myuser/graphical/default.nix @@ -40,7 +40,7 @@ persistence."/persist".directories = [ "projects" ]; - - xdg.mimeApps.enable = true; }; + + xdg.mimeApps.enable = true; }