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
|
||||
@ -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
|
||||
|
@ -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, ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user