added fix for bisq1

This commit is contained in:
naturallaw77 2024-10-23 22:48:04 -07:00
parent 2807aaaffa
commit 5ffd603261
2 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, libs, bisq1, ... }:
let
@ -137,9 +137,9 @@ in
# $ nix search wget
environment.systemPackages = with pkgs; [
(callPackage ./modules/systemd-manager_sovran_systems.nix {})
bisq1.packages.x86_64-linux.bisq-desktop
git
wget
# librewolf
fish
htop
btop
@ -155,7 +155,6 @@ in
papirus-icon-theme
ranger
sparrow
bisq-desktop
neofetch
gedit
matrix-synapse

View File

@ -13,15 +13,20 @@
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 {
system ="x86_64-linux";
specialArgs = attrs;
};
nixosModules.Sovran_SystemsOS = { pkgs, ... }: {