mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 15:13:55 -05:00
9 lines
104 B
Nix
9 lines
104 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
git
|
|
htop
|
|
inxi
|
|
python3
|
|
];
|
|
}
|