summaryrefslogtreecommitdiff
path: root/home/common/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/common/home.nix')
-rw-r--r--home/common/home.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/home/common/home.nix b/home/common/home.nix
index 8ec0757..d1d709e 100644
--- a/home/common/home.nix
+++ b/home/common/home.nix
@@ -1,7 +1,10 @@
{ config, ... }: let
username = config.userdata.name;
in {
- imports = [ ./modules/git.nix ];
+ imports = [
+ ./modules/git.nix
+ ./modules/mimeapps.nix
+ ];
programs.home-manager.enable = true;