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
+1 -2
View File
@@ -1,6 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs [
# Dev tools
home.packages = with pkgs; [
clang
clang-tools
cargo
+2 -2
View File
@@ -86,6 +86,6 @@
};
home.file = {
".functions.zsh".source ../../dotfiles/.functions.zsh;
}
".functions.zsh".source = ../../dotfiles/.functions.zsh;
};
}