[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 # Tools
binutils binutils
direnv
gitFull gitFull
rcm rcm
silver-searcher
ripgrep ripgrep
usbutils silver-searcher
tmux tmux
usbutils
wget wget
yubikey-manager yubikey-manager
]; ];

View File

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