This commit is contained in:
2026-02-18 12:24:57 +01:00
parent 2287bf1943
commit 91206426e0
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ config, import-tree, ... }: { import-tree, ... }:
{ {
home-manager.users.alistreaza = { home-manager.users.alistreaza = {
imports = [ imports = [
@@ -16,7 +16,7 @@
XDG_STATE_HOME = "$HOME/.local/state"; XDG_STATE_HOME = "$HOME/.local/state";
}; };
file = { file = {
"$HOME/.config/ghostty/config" = { "$HOME/.config/ghostty/" = {
source = ./config/ghostty; source = ./config/ghostty;
}; };
}; };
@@ -4,6 +4,8 @@ macos-titlebar-style = "tabs"
# Window padding & size # Window padding & size
window-padding-x = 8 window-padding-x = 8
window-padding-y = 0,2 window-padding-y = 0,2
window-height = 25
window-width = 100
# Themes # Themes
background-blur=true background-blur=true