[NixOS] Add some essential packages

This commit is contained in:
Ivan Malison 2021-07-11 22:55:55 +00:00
parent c8e3dcd973
commit 8f6f2bb525
2 changed files with 4 additions and 2 deletions

View File

@ -53,12 +53,13 @@
# Tools
binutils
direnv
gitFull
rcm
silver-searcher
ripgrep
usbutils
silver-searcher
tmux
usbutils
wget
yubikey-manager
];

View File

@ -3,6 +3,7 @@
{
imports = [
./base.nix
./fonts.nix
];
hardware.raspberry-pi."4".fkms-3d.enable = true;