this seems to work
This commit is contained in:
parent
8e036a173f
commit
ff0e375584
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -6,5 +6,10 @@
|
|||
git
|
||||
zsh
|
||||
erdtree
|
||||
htop
|
||||
ripgrep
|
||||
zellij
|
||||
neovim
|
||||
bat
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue