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

6 lines
153 B
Nix
Raw Normal View History

2023-12-02 00:46:56 +01:00
# The main configuration is specified by home-manager
2023-12-10 23:48:46 +01:00
{ pkgs, ... }: {
2023-05-24 03:17:09 +02:00
programs.hyprland.enable = true;
2023-12-10 12:55:54 +01:00
programs.hyprland.package = pkgs.hyprland;
2023-05-24 03:17:09 +02:00
}