From db4bd812ef841c26e87e785c456eeaf012eb83f4 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Thu, 15 Aug 2024 09:08:55 +0200 Subject: [PATCH] Add xdg stuff to shell --- users/admin-shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/admin-shell.nix b/users/admin-shell.nix index 8f317cd..3387099 100644 --- a/users/admin-shell.nix +++ b/users/admin-shell.nix @@ -6,6 +6,7 @@ , ... }: { imports = [ + ../home-mods/common ../home-mods/shell ];