[NixOS] Add some essential packages
This commit is contained in:
parent
c8e3dcd973
commit
8f6f2bb525
@ -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
|
||||||
];
|
];
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user