This commit is contained in:
2026-02-18 16:54:14 +01:00
parent 2bfe6d13c5
commit 0f0be167c0
+4 -1
View File
@@ -15,12 +15,15 @@
XDG_DATA_HOME = "$HOME/.local/share"; XDG_DATA_HOME = "$HOME/.local/share";
XDG_STATE_HOME = "$HOME/.local/state"; XDG_STATE_HOME = "$HOME/.local/state";
}; };
};
home.file = {
file = { file = {
".config/ghostty/" = { ".config/ghostty/" = {
source = ./config/ghostty; source = ./config/ghostty;
}; };
}; };
}; }
# Shell apps # Shell apps
home.shell.nh.enable = true; home.shell.nh.enable = true;