From c53079286d628b8d411df076876371927e630e0b Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 29 Jul 2025 12:57:01 +0200 Subject: feat: add neovim, nixcord module --- modules/home-manager/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules') 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 ]; } -- cgit v1.3.1