UWSM Hyprland

Former-commit-id: 5bfd891d39
This commit is contained in:
Hadi
2025-04-18 14:09:24 +02:00
parent 6d4a886acb
commit 24d77739b9
7 changed files with 27 additions and 19 deletions

6
nixos/hyprland.nix Normal file
View File

@@ -0,0 +1,6 @@
{
programs.hyprland = {
enable = true;
withUWSM = true;
};
}