diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/default.nix | 6 |
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 ]; } |
