Waybar here i come (#58)

This commit is contained in:
Hadi
2026-08-13 13:55:30 +02:00
committed by GitHub
parent f1f22de7b7
commit 0cef4320fd
137 changed files with 3488 additions and 2941 deletions
+10 -8
View File
@@ -1,14 +1,16 @@
# Hyprland is a dynamic tiling Wayland compositor.
{
inputs,
pkgs,
...
}: {
{...}: {
programs.hyprland = {
enable = true;
withUWSM = true;
package = inputs.hyprland.packages."${pkgs.stdenv.hostPlatform.system}".hyprland;
portalPackage =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
# Generic Wayland hints (Chromium/Electron and Firefox), applied on every
# Hyprland host regardless of the GPU.
environment.variables = {
NIXOS_OZONE_WL = "1";
MOZ_ENABLE_WAYLAND = "1";
};
security.pam.services.hyprlock = {};
}