Add belna etcher

This commit is contained in:
KnightArtorias 2026-01-19 16:05:05 +00:00
parent 9d0f649a9c
commit 72ff7ce6de
2 changed files with 8 additions and 0 deletions

View file

@ -3,5 +3,6 @@
./steam.nix ./steam.nix
./pwvucontrol.nix ./pwvucontrol.nix
./wine.nix ./wine.nix
./etcher.nix
]; ];
} }

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
etcher
];
}