summaryrefslogtreecommitdiff
path: root/modules/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hyprland.nix')
-rw-r--r--modules/hyprland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix
index 3528ec8..080cb39 100644
--- a/modules/hyprland.nix
+++ b/modules/hyprland.nix
@@ -43,7 +43,7 @@
enable = true;
settings = {
default_session = {
- command = "${pkgs.hyprland}/bin/Hyprland";
+ command = "${inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland}/bin/Hyprland";
user = "jras";
};
};