updates config
This commit is contained in:
parent
13c76e23d1
commit
acbe8a473d
16 changed files with 270 additions and 22 deletions
12
modules/vial/default.nix
Normal file
12
modules/vial/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
flake.modules.nixos.vial =
|
||||
{ pkgs }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
vial
|
||||
];
|
||||
services.udev.packages = with pkgs; [
|
||||
vial
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue