10 lines
101 B
Nix
10 lines
101 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs;[
|
|
duf
|
|
ncdu
|
|
yazi
|
|
htop
|
|
neofetch
|
|
];
|
|
} |