summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-01-05 09:31:51 +0100
committerJasper Ras <jaspert.ras@gmail.com>2025-01-05 09:31:51 +0100
commitcde896f6fcbe12d6e5fec062c9588809c560cd4f (patch)
tree6f77bae74a50f8ef5a78ff37a948527c20ac95d6 /config
parent289e89a6169a6d7db12aba28e4516989536ef386 (diff)
Update to 24.11 and disabled hy3 for now
Diffstat (limited to 'config')
-rw-r--r--config/shared.nix2
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";
};
};