lock update and temporary linux-firmware fix

This commit is contained in:
2025-06-22 21:02:30 +02:00
parent 1aa82872bd
commit 4b71da350f
16 changed files with 91 additions and 646 deletions

View File

@@ -2,6 +2,7 @@
config,
lib,
inputs,
pkgs,
...
}: let
inherit (lib) mkIf mkEnableOption mkDefault;
@@ -33,6 +34,7 @@ in {
programs.hyprland = {
enable = true;
package = pkgs.hyprland;
withUWSM = true;
};
environment.variables.NIXOS_OZONE_WL = "1";