fix: hyprland basic

This commit is contained in:
2025-07-17 19:46:06 +09:00
parent f33601422e
commit b71bfedd88
2 changed files with 2 additions and 0 deletions

1
programs/hyprland.nix Normal file
View File

@@ -0,0 +1 @@
{ inputs, pkgs, ... }: { programs.hyprland = { enable = true; }; }