added fix for bisq1
This commit is contained in:
parent
2807aaaffa
commit
5ffd603261
@ -1,4 +1,4 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, libs, bisq1, ... }:
|
||||||
|
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -137,9 +137,9 @@ in
|
|||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(callPackage ./modules/systemd-manager_sovran_systems.nix {})
|
(callPackage ./modules/systemd-manager_sovran_systems.nix {})
|
||||||
|
bisq1.packages.x86_64-linux.bisq-desktop
|
||||||
git
|
git
|
||||||
wget
|
wget
|
||||||
# librewolf
|
|
||||||
fish
|
fish
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
@ -155,7 +155,6 @@ in
|
|||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
ranger
|
ranger
|
||||||
sparrow
|
sparrow
|
||||||
bisq-desktop
|
|
||||||
neofetch
|
neofetch
|
||||||
gedit
|
gedit
|
||||||
matrix-synapse
|
matrix-synapse
|
||||||
|
@ -13,14 +13,19 @@
|
|||||||
|
|
||||||
nixvim.url = "github:nix-community/nixvim";
|
nixvim.url = "github:nix-community/nixvim";
|
||||||
|
|
||||||
|
bisq1.url = "github:emmanuelrosa/bisq-for-nixos";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }:
|
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }:@attrs: {
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||||
|
|
||||||
system ="x86_64-linux";
|
system ="x86_64-linux";
|
||||||
|
|
||||||
|
specialArgs = attrs;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user