mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Fixes iio-hyprland wallpaper bug
This commit is contained in:
parent
0645a253b3
commit
509f38a50b
2 changed files with 15 additions and 0 deletions
|
@ -27,6 +27,9 @@ in
|
|||
};
|
||||
|
||||
programs.iio-hyprland.enable = true;
|
||||
programs.iio-hyprland.package = pkgs.iio-hyprland.overrideAttrs {
|
||||
patches = [ ./iio-hyprland-hyprpaper.patch ];
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
jq
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue