nixos/programs/hyprland: add hyprland-qtutils

This commit is contained in:
Anthony Rodriguez 2024-12-26 18:04:33 +01:00
parent 4430c88d43
commit 077ec7b242
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -5,6 +5,9 @@
pkgs,
...
}: {
environment.systemPackages = [
inputs.hyprland-qtutils.packages.${pkgs.system}.default
];
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;