mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 22:55:09 +00:00
10 lines
141 B
Nix
10 lines
141 B
Nix
|
{pkgs, ...}: {
|
||
|
environment.systemPackages = with pkgs; [
|
||
|
vim
|
||
|
pciutils
|
||
|
gitMinimal
|
||
|
nixos-install-tools
|
||
|
util-linux
|
||
|
];
|
||
|
}
|