[NixOS] Add internet-computer.nix
This commit is contained in:
7
nixos/internet-computer.nix
Normal file
7
nixos/internet-computer.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
ic-keysmith
|
||||
quill
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user