Skip to content

Commit 5c43342

Browse files
committed
hyprland: use ghostty
1 parent 923f4e8 commit 5c43342

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

apps/hyprland/default.nix

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
22
environment.sessionVariables.NIXOS_OZONE_WL = "1";
3+
xdg.portal = {
4+
enable = true;
5+
wlr.enable = true;
6+
config.common.default = "*";
7+
};
38
}

apps/hyprland/hyprland.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
];
3232
settings = {
3333
"$MOD" = "SUPER";
34-
"$TERMINAL" = "kitty";
34+
"$TERMINAL" = "ghostty";
3535
"$BROWSER" = "firefox";
3636
"$MENU" = "tofi-run | xargs hyprctl dispatch exec";
3737
"$SCREENSHOT_FOLDER" =

0 commit comments

Comments
 (0)