diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-18 08:15:36 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-18 08:20:18 +0530 |
commit | e188c7ad2688d07a1494ec6f87c6e8d854dd63b1 (patch) | |
tree | 2b34cd17f4bcc2d1e81547380b03d78fa27adbe8 /home/common/home.nix | |
parent | 0291edd8873549027648faef2579ea3f1ca8a07d (diff) |
home/common/xdgdirs: init
Diffstat (limited to 'home/common/home.nix')
-rw-r--r-- | home/common/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/common/home.nix b/home/common/home.nix index 08399b5..2202ee2 100644 --- a/home/common/home.nix +++ b/home/common/home.nix @@ -4,6 +4,7 @@ in { imports = [ ./modules/git.nix ./modules/shell.nix + ./modules/xdgdirs.nix ./modules/mimeapps.nix ]; |