diff options
Diffstat (limited to 'home/common/home.nix')
-rw-r--r-- | home/common/home.nix | 5 |
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; |