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 = {
imports = [
@@ -16,7 +16,7 @@
XDG_STATE_HOME = "$HOME/.local/state";
};
file = {
"$HOME/.config/ghostty/config" = {
"$HOME/.config/ghostty/" = {
source = ./config/ghostty;
};
};