summaryrefslogtreecommitdiff
path: root/home-manager/tiling-wm.nix
blob: be64d087648ea632cb22c84e7ea35200e1514a95 (plain)
1
2
3
4
5
6
7
8
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
  ];
}