aboutsummaryrefslogtreecommitdiff
path: root/modules/home-manager/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager/default.nix')
-rw-r--r--modules/home-manager/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix
index 0eca7ff..9580c84 100644
--- a/modules/home-manager/default.nix
+++ b/modules/home-manager/default.nix
@@ -1,10 +1,14 @@
-{ pkgs, lib, ... }: {
+{ ... }:
+
+{
imports = [
./git.nix
./zsh.nix
./tmux.nix
+ ./neovim.nix
./zathura.nix
./vscode.nix
./gpg.nix
+ ./nixcord.nix
];
}