mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 10:50:42 +00:00
Add bitcoin script
This commit is contained in:
parent
41cd22ea33
commit
42155645b0
7 changed files with 45 additions and 2 deletions
|
@ -6,6 +6,8 @@
|
|||
}: let
|
||||
inherit (lib) mkIf;
|
||||
|
||||
scriptPkgs = (import ../../../../packages/cli/scripts/packages {inherit pkgs;});
|
||||
|
||||
cfg = osConfig.myOptions.home-manager.programs.bars.eww;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
|
@ -36,6 +38,7 @@ in {
|
|||
wireplumber
|
||||
pulseaudio
|
||||
hyprland
|
||||
scriptPkgs.bitcoin
|
||||
];
|
||||
in {
|
||||
Unit = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue