Updated flake and fixed some typos
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs [
|
||||
# Dev tools
|
||||
home.packages = with pkgs; [
|
||||
clang
|
||||
clang-tools
|
||||
cargo
|
||||
|
||||
@@ -86,6 +86,6 @@
|
||||
};
|
||||
|
||||
home.file = {
|
||||
".functions.zsh".source ../../dotfiles/.functions.zsh;
|
||||
}
|
||||
".functions.zsh".source = ../../dotfiles/.functions.zsh;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user