mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
reorganization into flat profile-based modules
This commit is contained in:
parent
1bc8c22feb
commit
127227205d
15 changed files with 660 additions and 696 deletions
18
modules/cli-tools.nix
Normal file
18
modules/cli-tools.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
tealdeer
|
||||
p7zip
|
||||
btop
|
||||
opencode
|
||||
fd
|
||||
ripgrep
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue