diff --git a/nixos/essential.nix b/nixos/essential.nix index 337234d1..5c28864f 100644 --- a/nixos/essential.nix +++ b/nixos/essential.nix @@ -53,12 +53,13 @@ # Tools binutils + direnv gitFull rcm - silver-searcher ripgrep - usbutils + silver-searcher tmux + usbutils wget yubikey-manager ]; diff --git a/nixos/raspberry-pi.nix b/nixos/raspberry-pi.nix index bd1cbaeb..387e8e31 100644 --- a/nixos/raspberry-pi.nix +++ b/nixos/raspberry-pi.nix @@ -3,6 +3,7 @@ { imports = [ ./base.nix + ./fonts.nix ]; hardware.raspberry-pi."4".fkms-3d.enable = true;