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