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

7 lines
200 B
Nix
Raw Normal View History

2023-12-02 00:46:56 +01:00
# The main configuration is specified by home-manager
{ 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
}