From 3d9bafe1d6ca3469cc7c272054404e0ce021b513 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 20 Feb 2026 16:31:47 -0700 Subject: clean up desktop utilites --- home-manager/tiling-wm.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 home-manager/tiling-wm.nix (limited to 'home-manager/tiling-wm.nix') 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 + ]; +} -- cgit v1.2.3