[NixOS] Add internet-computer.nix

This commit is contained in:
2021-07-10 15:28:43 -06:00
parent bedee0b051
commit 5a005c664c
2 changed files with 36 additions and 0 deletions

View File

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