diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-01-05 09:31:51 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-01-05 09:31:51 +0100 |
commit | cde896f6fcbe12d6e5fec062c9588809c560cd4f (patch) | |
tree | 6f77bae74a50f8ef5a78ff37a948527c20ac95d6 /config/shared.nix | |
parent | 289e89a6169a6d7db12aba28e4516989536ef386 (diff) |
Update to 24.11 and disabled hy3 for now
Diffstat (limited to 'config/shared.nix')
-rw-r--r-- | config/shared.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/shared.nix b/config/shared.nix index 2ea76c8..91f9b34 100644 --- a/config/shared.nix +++ b/config/shared.nix @@ -62,7 +62,7 @@ enable = true; settings = { default_session = { - command = "${pkgs.hyprland}/bin/hyprland"; + command = "${pkgs.hyprland}/bin/Hyprland"; user = "jras"; }; }; |