diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-15 23:14:04 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-16 10:46:13 +0530 |
commit | 9fe3f6620e91ae9efa8258c010abd0b094d88944 (patch) | |
tree | fe5def39df10c5e0297e04690b0e87c28279b5ac /home/common/home.nix | |
parent | 92248682cb855a6a5d898ec6fdd6fcfcf3c0758c (diff) |
home/xdg_ninja: 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 276ffcf..b1014e8 100644 --- a/home/common/home.nix +++ b/home/common/home.nix @@ -7,6 +7,7 @@ in { ./modules/shell.nix ./modules/xdgdirs.nix ./modules/mimeapps.nix + ./modules/xdg_ninja.nix ]; programs.home-manager.enable = true; |