{ config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
vim
tmux
htop
atop
btrfs-progs
compsize
fd
];
}