build(flake)!: update inputs

This commit is contained in:
Moritz Böhme 2023-08-17 16:26:21 +02:00
parent 44a2142653
commit d4eb17856e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 115 additions and 91 deletions

View file

@ -9,7 +9,7 @@ with lib;
let
cfg = config.my.programs.hyprland;
hyprland = pkgs.hyprland.override { nvidiaPatches = cfg.nvidiaSupport; };
hyprland = pkgs.hyprland.override { enableNvidiaPatches = cfg.nvidiaSupport; };
in
{
options.my.programs.hyprland = {