From 8f6f2bb525e727ea85788c13bc2e8e883364eb93 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 11 Jul 2021 22:55:55 +0000 Subject: [PATCH] [NixOS] Add some essential packages --- nixos/essential.nix | 5 +++-- nixos/raspberry-pi.nix | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) 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;