2 lines
67 B
Nix
2 lines
67 B
Nix
{ inputs, pkgs, ... }: { programs.hyprland = { enable = true; }; }
|
{ inputs, pkgs, ... }: { programs.hyprland = { enable = true; }; }
|