monero
This commit is contained in:
parent
91a869face
commit
2dd800724b
2 changed files with 9 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
./modules/office.nix
|
./modules/office.nix
|
||||||
./modules/gaming.nix
|
./modules/gaming.nix
|
||||||
./modules/virtualization.nix
|
./modules/virtualization.nix
|
||||||
|
./modules/crypto.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
aurora = nixpkgs.lib.nixosSystem {
|
aurora = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
8
modules/crypto.nix
Executable file
8
modules/crypto.nix
Executable file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
monero-gui
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue