This commit is contained in:
Ivan Kirilov Dimitrov 2024-06-26 00:05:42 +02:00
parent 2d11578fc1
commit 5d16639bc0
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294
2 changed files with 1 additions and 3 deletions

View File

@ -31,6 +31,7 @@
tor-browser
electrum
monero-cli
bisq-desktop
];
}
);

View File

@ -206,9 +206,6 @@
i18n.supportedLocales = [ "all" ];
time.timeZone = "Europe/Prague";
fonts.packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" ]; }) noto-fonts noto-fonts-emoji noto-fonts-lgc-plus ];
services.monero = {
enable = true;
};
});
};
}