From 0d483bfc0c7868dccb1aa056b5ea34c7df777de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 5 Apr 2021 08:33:11 +0200 Subject: [PATCH] feat: enable xdg --- configs/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/default.nix b/configs/default.nix index 09a3bfe..271c8e0 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -72,6 +72,8 @@ in { isNormalUser = true; uid = 1000; }; + + home-manager.users.me.xdg.enable = true; } { sound.enable = true;