Added vial
This commit is contained in:
parent
e88eef823c
commit
e51bec4039
1 changed files with 7 additions and 0 deletions
7
shared/vial.nix
Normal file
7
shared/vial.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ...}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
vial
|
||||
via
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue