This commit is contained in:
2024-11-27 15:37:10 -05:00
parent 32532869ef
commit ab70f1f9f9
4 changed files with 23 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
{
pkgs,
config,
...
}: {
wayland.windowManager.hyprland = {
enable = true;
};
}

View File

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