monero
This commit is contained in:
parent
6da6530ba8
commit
a44ebc5e01
2 changed files with 6 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
||||||
./zsh
|
./zsh
|
||||||
./nushell.nix
|
./nushell.nix
|
||||||
./hyfetch.nix
|
./hyfetch.nix
|
||||||
|
|
||||||
|
./monero.nix
|
||||||
]
|
]
|
||||||
++ lib.optionals systemConfig.desktop.enable [
|
++ lib.optionals systemConfig.desktop.enable [
|
||||||
./stylix.nix
|
./stylix.nix
|
||||||
|
|
|
||||||
4
home/lilith/monero.nix
Normal file
4
home/lilith/monero.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [ monero-gui ];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue