flake/desktop/hyprland.nix

10 lines
264 B
Nix

{ config, pkgs, ... }:
{
modules = [
hyprland.nixosModules.default
{programs.hyprland.enable = true;}
];
}
# This can be removed, something about modules too deep. If removed, also remove the associated lines in flake.nix.