setup scanning

This commit is contained in:
Khaïs COLIN 2025-12-05 22:08:38 +01:00
parent 119abb0377
commit 0875697997
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU
4 changed files with 85 additions and 6 deletions

View file

@ -47,6 +47,8 @@
optnix.url = "github:water-sucks/optnix";
starship-jj.url = "gitlab:lanastara_foss/starship-jj";
scansnapit.url = "git+ssh://forgejo@forgejo.005540.xyz/logistic-bot/scansnapit";
};
outputs = {
nixpkgs,
@ -62,6 +64,7 @@
copyparty,
optnix,
starship-jj,
scansnapit,
...
}: let
system = "x86_64-linux";
@ -75,6 +78,7 @@
cassowary = cassowary.packages.${system}.default;
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
starship-jj = starship-jj.packages.${system}.default;
scansnapit = scansnapit.packages.${system}.default;
};
in {
nixosConfigurations.void = nixpkgs.lib.nixosSystem {
@ -96,9 +100,9 @@
./stylix.nix
copyparty.nixosModules.default
({ ... }: {
({...}: {
# add the copyparty overlay to expose the package to the module
nixpkgs.overlays = [ copyparty.overlays.default ];
nixpkgs.overlays = [copyparty.overlays.default];
})
];
specialArgs = {