summaryrefslogtreecommitdiff
path: root/programs/hypr/default.nix
blob: 4a6bd01d9dbdcf0da483fa7c92ea85922a1a68b4 (plain)
1
2
3
4
5
6
7
8
{...}: {
  imports = [
    ./hypridle.nix
    ./hyprland.nix
    ./hyprlock.nix
    ./hyprpaper.nix
  ];
}