nixos/programs/hyprland: add hyprland-qtutils
This commit is contained in:
parent
4430c88d43
commit
077ec7b242
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
environment.systemPackages = [
|
||||||
|
inputs.hyprland-qtutils.packages.${pkgs.system}.default
|
||||||
|
];
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||||
|
|
Loading…
Reference in a new issue