diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-03-15 09:08:42 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-03-15 09:08:42 +0100 |
commit | 0c57d97b241e372f14ed2f809536ec7ff38b3e49 (patch) | |
tree | 94980f1afe4101d3950f51bda9a615c8c94b57c8 /modules/hyprland.nix | |
parent | 8a37287c9e4e8edab43e5877252b0219485ee9ba (diff) |
bunch of things
Diffstat (limited to 'modules/hyprland.nix')
-rw-r--r-- | modules/hyprland.nix | 2 |
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"; }; }; |