Fix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user