add compsize

This commit is contained in:
Cyryl Płotnicki 2021-06-12 12:57:07 +01:00
parent bde036ab04
commit 304a1f7ce1

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vim tmux atop btrfs-progs
vim tmux atop btrfs-progs compsize
];
}