This commit is contained in:
2024-05-14 14:32:07 -04:00
parent ae97c6d6bc
commit 4ea241fad7
3 changed files with 24 additions and 9 deletions

View File

@@ -1,8 +0,0 @@
{ pkgs, config, inputs, ... }:
{
wayland.windowManager.hyprland = {
enable = true;
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
};
}