summaryrefslogtreecommitdiff
path: root/home-manager/tiling-wm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/tiling-wm.nix')
-rw-r--r--home-manager/tiling-wm.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/home-manager/tiling-wm.nix b/home-manager/tiling-wm.nix
new file mode 100644
index 0000000..be64d08
--- /dev/null
+++ b/home-manager/tiling-wm.nix
@@ -0,0 +1,9 @@
+{ pkgs, hyprland-plugins, ... }: {
+ imports = [
+ ./home.nix
+ ../modules/home-manager/waybar.nix
+ ../modules/home-manager/swaylock.nix
+ ../modules/home-manager/swayidle.nix
+ ../modules/home-manager/hypridle.nix
+ ];
+}