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.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix
deleted file mode 100644
index ebddc5f..0000000
--- a/modules/home-manager/default.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ pkgs, lib, ... }: {
- imports = [
- ./git.nix
- ./zsh.nix
- ./foot.nix
- ./sway.nix
- ./tmux.nix
- ./emacs.nix
- ./waybar.nix
- ./neovim/default.nix
- ./nextcloud.nix
- ./spicetify.nix
- ./nixcord.nix
- ];
-}