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