this seems to work

This commit is contained in:
Anthony Cicchetti 2023-04-19 18:30:33 -04:00
parent 8e036a173f
commit ff0e375584
2 changed files with 5 additions and 5 deletions

View file

@ -18,11 +18,6 @@
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
pkgs.htop
pkgs.ripgrep
pkgs.zellij
pkgs.neovim
pkgs.bat
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the

View file

@ -6,5 +6,10 @@
git
zsh
erdtree
htop
ripgrep
zellij
neovim
bat
];
}