1
1
Fork 0
nixos/options/custom/desktops/default.nix

8 lines
101 B
Nix
Raw Normal View History

{ config, lib, ... }:
with lib;
{
config.custom.desktops.hyprland.enable = config.custom.full;
}