aboutsummaryrefslogtreecommitdiff
path: root/modules/home/hyprland/hyprland.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-02 11:00:53 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-02 11:00:53 +0100
commit9a023a2c5805deda8c4b314c5aec7ff401e9b04f (patch)
treeea2a4377f53f3a1f2331e21820eaa657616195e5 /modules/home/hyprland/hyprland.nix
parent6aa29d12ff9cdec1f5d722c2be9d68e506f7d52d (diff)
added required packages for hyprland
Diffstat (limited to 'modules/home/hyprland/hyprland.nix')
-rw-r--r--modules/home/hyprland/hyprland.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix
index 8712df9..9a65a0b 100644
--- a/modules/home/hyprland/hyprland.nix
+++ b/modules/home/hyprland/hyprland.nix
@@ -4,4 +4,9 @@
programs.hyprland = {
enable = true;
};
+
+ environment.systemPackages = with pkgs; [
+ qt6.qtwayland
+ qt6.qttools
+];
} \ No newline at end of file