add hyprland and greetd

This commit is contained in:
afoucaultc 2026-08-08 13:33:07 +02:00
parent 7a6da71236
commit 77b3ecebb7
22 changed files with 84 additions and 321 deletions

View file

@ -2,17 +2,13 @@
pkgs,
config,
lib,
inputs,
...
}:
let
hyprPkgs = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system};
in
{
wayland.windowManager.hyprland = {
enable = true;
package = hyprPkgs.hyprland;
portalPackage = hyprPkgs.xdg-desktop-portal-hyprland;
package = pkgs.hyprland;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
xwayland.enable = true;
configType = "lua";
systemd = {