Quote package name
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s

Remove hallucinated option
This commit is contained in:
Joey Hafner 2024-09-10 16:52:56 -07:00
parent 6401d25dfc
commit 209383bc77
No known key found for this signature in database

View File

@ -5,7 +5,7 @@
home.homeDirectory = "/home/joey";
home.stateVersion = "24.05";
home.packages = [
fastfetch
"fastfetch"
];
home.file = {};
home.sessionVariables = {};
@ -16,7 +16,6 @@
enable = true;
dotDir = ".config/zsh";
enableCompletion = true;
enableHistory = true;
initExtra = [
"bindkey -e"
"bindkey '^[[1;5D' backward-word"