summaryrefslogtreecommitdiff
path: root/home/common/home.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-06-17 22:27:40 +0530
committersinanmohd <sinan@sinanmohd.com>2024-06-17 22:27:40 +0530
commit0291edd8873549027648faef2579ea3f1ca8a07d (patch)
treec037ad62bcaf40545a1eaac7a2c28662e2b8ea0a /home/common/home.nix
parentbe3de7417ec2f11aabc080a7d69b93437bf96fb7 (diff)
home/common/shell: init
Diffstat (limited to 'home/common/home.nix')
-rw-r--r--home/common/home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/common/home.nix b/home/common/home.nix
index 13cbff5..08399b5 100644
--- a/home/common/home.nix
+++ b/home/common/home.nix
@@ -3,6 +3,7 @@
in {
imports = [
./modules/git.nix
+ ./modules/shell.nix
./modules/mimeapps.nix
];