From 0c57d97b241e372f14ed2f809536ec7ff38b3e49 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sat, 15 Mar 2025 09:08:42 +0100 Subject: bunch of things --- modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hyprland.nix') 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"; }; }; -- cgit v1.2.3