1
Fork 0
satellite/hosts/nixos/common/optional/hyprland.nix

7 lines
147 B
Nix
Raw Normal View History

{ inputs, pkgs, ... }: {
2023-05-24 03:17:09 +02:00
programs.hyprland.enable = true;
programs.hyprland.package =
inputs.hyprland.packages.${pkgs.system}.hyprland;
2023-05-24 03:17:09 +02:00
}