nixpkgs update

This commit is contained in:
2024-10-24 06:17:34 -07:00
parent 19da88bd1a
commit d0aa1735cb
2 changed files with 9 additions and 6 deletions

@ -25,9 +25,7 @@
};
nixosModules.Sovran_SystemsOS = { pkgs, ... }@attrs: {
specialArgs = attrs;
nixosModules.Sovran_SystemsOS = { pkgs, bisq1, ... }: {
imports = [
@ -40,6 +38,11 @@
nixvim.nixosModules.nixvim
];
environment.systemPackages = with pkgs; [
bisq1.packages.bisq-desktop
];
};
};
}