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, ... }:
# home manager
{
programs.zsh.enable = true;
home = {
@ -11,27 +11,9 @@
trunk
wasm-pack
cargo-watch
# pkgs.cargo-tarpaulin
cargo-generate
cargo-audit
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
];
};