From 03f03eee9f8417b540f0d1b0d1e8a4626d455ac3 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 3 Nov 2025 00:19:09 +0100 Subject: chore: reorganize modules into subcategories --- modules/home-manager/default.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 modules/home-manager/default.nix (limited to 'modules/home-manager/default.nix') diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix deleted file mode 100644 index fc88217..0000000 --- a/modules/home-manager/default.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ ... }: - -{ - imports = [ - ./git.nix - ./gh.nix - ./zsh.nix - ./tmux.nix - ./neovim/default.nix - ./zathura.nix - ./vscode.nix - ./gpg.nix - ./nixcord.nix - ./foot.nix - ./dev.nix - ./sway.nix - ./waybar.nix - ./firefox.nix - ./spicetify.nix - ./anki.nix - ./dunst.nix - ./hyprlock.nix - ./swayidle.nix - #./opencode.nix - ./latex.nix - ./typst.nix - ./gnome-dconf.nix - ]; -} -- cgit v1.3.1