Add vial
home-manager module
This commit is contained in:
parent
911cc18e65
commit
0026a64c7c
1 changed files with 4 additions and 0 deletions
4
hmModules/vial/default.nix
Normal file
4
hmModules/vial/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.vial ];
|
||||
}
|
Loading…
Add table
Reference in a new issue