From 812b2dab36acfd431961257c599ad5eadcfea454 Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 30 Jul 2025 20:54:51 +0200 Subject: feat: add developer module --- modules/home-manager/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/home-manager/default.nix') diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 9580c84..4ab83fc 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -5,10 +5,16 @@ ./git.nix ./zsh.nix ./tmux.nix - ./neovim.nix + ./neovim/default.nix ./zathura.nix ./vscode.nix ./gpg.nix ./nixcord.nix + ./foot.nix + ./dev.nix + ./sway.nix + ./waybar.nix + ./firefox.nix + ./spicetify.nix ]; } -- cgit v1.3.1