diff options
| author | schererleander <leander@schererleander.de> | 2025-11-03 00:19:09 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-11-03 00:19:09 +0100 |
| commit | 03f03eee9f8417b540f0d1b0d1e8a4626d455ac3 (patch) | |
| tree | bf7b8a76461e8a469b37197d9b6a78cb16dd2fb8 /modules/home-manager/default.nix | |
| parent | 9e2849e72a9a46515a9141226a0145fdbb5090c8 (diff) | |
chore: reorganize modules into subcategories
Diffstat (limited to 'modules/home-manager/default.nix')
| -rw-r--r-- | modules/home-manager/default.nix | 29 |
1 files changed, 0 insertions, 29 deletions
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 - ]; -} |
