totoro: add irssi

This commit is contained in:
Luke Granger-Brown 2020-07-08 18:35:48 +00:00
parent a1115de05f
commit a74909c070

View file

@ -54,6 +54,7 @@ in {
allowedBridges = [ "virbr0" "br-ext" ];
};
users.users.lukegb = {
packages = with depot.pkgs; [ irssi ];
extraGroups = lib.mkAfter [ "libvirtd" ];
};