flake/desktop/hyprland.nix

10 lines
264 B
Nix
Raw Normal View History

2023-02-07 18:08:47 +01:00
{ config, pkgs, ... }:
{
modules = [
hyprland.nixosModules.default
{programs.hyprland.enable = true;}
];
2023-03-19 03:17:33 +01:00
}
# This can be removed, something about modules too deep. If removed, also remove the associated lines in flake.nix.