summaryrefslogtreecommitdiff
path: root/modules/hyprland.nix
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-03-15 09:08:42 +0100
committerJasper Ras <jaspert.ras@gmail.com>2025-03-15 09:08:42 +0100
commit0c57d97b241e372f14ed2f809536ec7ff38b3e49 (patch)
tree94980f1afe4101d3950f51bda9a615c8c94b57c8 /modules/hyprland.nix
parent8a37287c9e4e8edab43e5877252b0219485ee9ba (diff)
bunch of things
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";
};
};