9 lines
101 B
Nix
Executable file
9 lines
101 B
Nix
Executable file
{ config, pkgs, ... }:
|
|
|
|
{
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
feather
|
|
electrum
|
|
];
|
|
}
|