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

6 lines
161 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;
2023-12-10 12:55:54 +01:00
programs.hyprland.package = pkgs.hyprland;
2023-05-24 03:17:09 +02:00
}