Add belna etcher
This commit is contained in:
parent
9d0f649a9c
commit
72ff7ce6de
2 changed files with 8 additions and 0 deletions
|
|
@ -3,5 +3,6 @@
|
||||||
./steam.nix
|
./steam.nix
|
||||||
./pwvucontrol.nix
|
./pwvucontrol.nix
|
||||||
./wine.nix
|
./wine.nix
|
||||||
|
./etcher.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
7
nixos/roles/physical/desktop/common/apps/etcher.nix
Normal file
7
nixos/roles/physical/desktop/common/apps/etcher.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
etcher
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue