Updated flake and fixed some typos

This commit is contained in:
Random936
2025-02-09 11:04:17 -08:00
parent fceb1282f0
commit b12693409c
3 changed files with 12 additions and 13 deletions

View File

@@ -86,6 +86,6 @@
};
home.file = {
".functions.zsh".source ../../dotfiles/.functions.zsh;
}
".functions.zsh".source = ../../dotfiles/.functions.zsh;
};
}