forked from colonelpanic/dotfiles
[NixOS] Add some essential packages
This commit is contained in:
parent
c8e3dcd973
commit
8f6f2bb525
@ -53,12 +53,13 @@
|
||||
|
||||
# Tools
|
||||
binutils
|
||||
direnv
|
||||
gitFull
|
||||
rcm
|
||||
silver-searcher
|
||||
ripgrep
|
||||
usbutils
|
||||
silver-searcher
|
||||
tmux
|
||||
usbutils
|
||||
wget
|
||||
yubikey-manager
|
||||
];
|
||||
|
@ -3,6 +3,7 @@
|
||||
{
|
||||
imports = [
|
||||
./base.nix
|
||||
./fonts.nix
|
||||
];
|
||||
|
||||
hardware.raspberry-pi."4".fkms-3d.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user