added btc-clients flake
This commit is contained in:
parent
1f6e0d2343
commit
b22412e5b6
@ -301,10 +301,10 @@ in
|
|||||||
services.xserver.displayManager.gdm.autoSuspend = false;
|
services.xserver.displayManager.gdm.autoSuspend = false;
|
||||||
|
|
||||||
systemd.sleep.extraConfig = ''
|
systemd.sleep.extraConfig = ''
|
||||||
AllowSuspend=no
|
AllowSuspend=no
|
||||||
AllowHibernation=no
|
AllowHibernation=no
|
||||||
AllowHybridSleep=no
|
AllowHybridSleep=no
|
||||||
AllowSuspendThenHibernate=no
|
AllowSuspendThenHibernate=no
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
|
10
flake.nix
10
flake.nix
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
nixvim.url = "github:nix-community/nixvim";
|
nixvim.url = "github:nix-community/nixvim";
|
||||||
|
|
||||||
bisq1.url = "github:emmanuelrosa/bisq-for-nixos";
|
btc-clients.url = "github:emmanuelrosa/btc-clients-nix";
|
||||||
|
|
||||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, bisq1, nixpkgs-stable, ... }:
|
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, btc-clients, nixpkgs-stable, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
@ -62,7 +62,11 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bisq1.packages.x86_64-linux.bisq-desktop
|
btc-clients.packages.x86_64-linux.bisq
|
||||||
|
btc-clients.packages.x86_64-linux.bisq2
|
||||||
|
btc-clients.packages.x86_64-linux.sparrow
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user