Files
laptop-nixos-config/programs/hyprland.nix
2025-07-17 19:46:06 +09:00

2 lines
67 B
Nix

{ inputs, pkgs, ... }: { programs.hyprland = { enable = true; }; }