added padding for ghostty and hypr

This commit is contained in:
kenji
2025-12-23 23:23:44 +00:00
parent e05f9d387e
commit fd28c24d7a
3 changed files with 14 additions and 0 deletions
+5
View File
@@ -6,5 +6,10 @@
then pkgs.ghostty-bin
else pkgs.ghostty;
enableFishIntegration = true;
settings = {
window-padding-x = 15;
window-padding-y = 15;
window-padding-balance = true;
};
};
}
+1
View File
@@ -1,6 +1,7 @@
{
imports = [
./hypr/binds.nix
./hypr/general.nix
];
wayland.windowManager.hyprland.enable = true;
}
+8
View File
@@ -0,0 +1,8 @@
{
wayland.windowManager.hyprland.settings = {
general = {
gaps_in = 5;
gaps_out = 15;
};
};
}