cleaned up my home.nix

This commit is contained in:
Your Name 2024-04-08 17:45:15 -04:00 committed by Richie Cahill
parent 95851ee2fa
commit 918baa6d58

View File

@ -1,5 +1,5 @@
{ pkgs, ... }: { pkgs, ... }:
# home manager
{ {
programs.zsh.enable = true; programs.zsh.enable = true;
home = { home = {
@ -11,27 +11,9 @@
trunk trunk
wasm-pack wasm-pack
cargo-watch cargo-watch
# pkgs.cargo-tarpaulin
cargo-generate cargo-generate
cargo-audit cargo-audit
cargo-update cargo-update
diesel-cli
# gitoxide currently broke 09182023
gitoxide
tealdeer
helix
# nix specific packages
nil
nixfmt
# markdown
nodePackages.markdownlint-cli
# doom emacs dependencies
fd
ripgrep
clang
]; ];
}; };