hyprland maybe

This commit is contained in:
2024-04-24 02:30:41 -04:00
parent e0123eae55
commit b417f8458d
4 changed files with 222 additions and 1 deletions

View File

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