mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
18 lines
163 B
Nix
18 lines
163 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
wget
|
|
tealdeer
|
|
p7zip
|
|
btop
|
|
opencode
|
|
fd
|
|
ripgrep
|
|
];
|
|
}
|