move profiles to use haumea
This commit is contained in:
parent
4cec867a78
commit
716e9e7ac2
91 changed files with 30 additions and 53 deletions
28
profiles/programs/tools.nix
Normal file
28
profiles/programs/tools.nix
Normal file
|
@ -0,0 +1,28 @@
|
|||
{...}: {
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
htop
|
||||
btop
|
||||
wget
|
||||
ripgrep
|
||||
nethogs
|
||||
ffmpeg-full
|
||||
parted
|
||||
busybox
|
||||
file
|
||||
lm_sensors
|
||||
fd # find replacement
|
||||
graphviz-nox
|
||||
(
|
||||
if config.nixpkgs.config.allowUnfree
|
||||
then p7zip-rar
|
||||
else p7zip
|
||||
)
|
||||
unar
|
||||
openssl # for generating passwords
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue