Keith: Add NAPS2 for scanning
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ self, ... }: {
|
||||
flake.modules.nixos.naps2 = { pkgs, ... }: {
|
||||
imports = with self.modules.nixos; [
|
||||
sane
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
naps2
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user