setup scanning
This commit is contained in:
parent
119abb0377
commit
0875697997
4 changed files with 85 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue