Fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, import-tree, ... }:
|
||||
{ import-tree, ... }:
|
||||
{
|
||||
home-manager.users.alistreaza = {
|
||||
imports = [
|
||||
@@ -16,7 +16,7 @@
|
||||
XDG_STATE_HOME = "$HOME/.local/state";
|
||||
};
|
||||
file = {
|
||||
"$HOME/.config/ghostty/config" = {
|
||||
"$HOME/.config/ghostty/" = {
|
||||
source = ./config/ghostty;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -4,6 +4,8 @@ macos-titlebar-style = "tabs"
|
||||
# Window padding & size
|
||||
window-padding-x = 8
|
||||
window-padding-y = 0,2
|
||||
window-height = 25
|
||||
window-width = 100
|
||||
|
||||
# Themes
|
||||
background-blur=true
|
||||
Reference in New Issue
Block a user