aboutsummaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/default.nix')
-rw-r--r--modules/default.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/modules/default.nix b/modules/default.nix
deleted file mode 100644
index 239ac18..0000000
--- a/modules/default.nix
+++ /dev/null
@@ -1,23 +0,0 @@
-{ pkgs, lib, ... }: {
- imports = [
- ./git.nix
- ./zsh.nix
- ./foot.nix
- ./sway.nix
- ./tmux.nix
- ./emacs.nix
- ./waybar.nix
- ./nextcloud.nix
- ./spicetify.nix
- ./zathura.nix
- ./vscode.nix
- ./chromium.nix
- ./nixcord.nix
- ./wezterm.nix
- ./firefox.nix
- ./nvf.nix
- ./aerospace.nix
- ./dunst.nix
- ./gpg.nix
- ];
-}