aboutsummaryrefslogtreecommitdiff
path: root/modules/home-manager/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager/default.nix')
-rw-r--r--modules/home-manager/default.nix29
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
- ];
-}