istg i have to make smaller commits
This commit is contained in:
parent
1ed9ce6864
commit
29473532c7
28 changed files with 483 additions and 361 deletions
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
htop
|
||||
|
@ -8,7 +12,12 @@
|
|||
nethogs
|
||||
ffmpeg-full
|
||||
parted
|
||||
pciutils
|
||||
usbutils
|
||||
busybox
|
||||
(
|
||||
if config.nixpkgs.config.allowUnfree
|
||||
then p7zip-rar
|
||||
else p7zip
|
||||
)
|
||||
unar
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue