1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-09 10:16:55 +00:00
home-manager/tests/modules/services/window-managers/hyprland/default.nix
2025-01-30 15:41:13 -06:00

9 lines
454 B
Nix

{
hyprland-simple-config = ./simple-config.nix;
hyprland-multiple-devices-config = ./multiple-devices-config.nix;
hyprland-null-all-packages-config = ./null-all-packages-config.nix;
hyprland-null-package-config = ./null-package-config.nix;
hyprland-null-portal-package-config = ./null-portal-package-config.nix;
hyprland-sourceFirst-false-config = ./sourceFirst-false-config.nix;
hyprland-inconsistent-config = ./inconsistent-config.nix;
}