split some things and add my packages
This commit is contained in:
parent
9414398f68
commit
a9ce81460f
3 changed files with 48 additions and 37 deletions
|
|
@ -12,7 +12,18 @@
|
|||
reidlab = {
|
||||
conf = {
|
||||
packages = with pkgs; [
|
||||
bat btop duf file micro nix-output-monitor tree which
|
||||
# archives
|
||||
zip xz unrar unzip p7zip zstd lrzip
|
||||
# utils
|
||||
ripgrep ripgrep-all jq libqalculate
|
||||
# nix
|
||||
nix-output-monitor nix-prefetch-scripts nix-top
|
||||
# system
|
||||
btop duf lm_sensors killall
|
||||
# debug
|
||||
strace ltrace lsof
|
||||
# misc
|
||||
bat file which
|
||||
];
|
||||
extraGroups = [ "wheel" "dotfiles" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue