forked from Fediversity/Fediversity
add cowsay
This commit is contained in:
parent
d121cd6a5b
commit
b9c6a506bf
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
procolix.vm = {
|
||||
name = "vm02179";
|
||||
|
@ -18,4 +19,8 @@
|
|||
"dmask=0022"
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
cowsay
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue