ma tools: add scanner-tools
This commit is contained in:
parent
67b3b997e4
commit
a833f4dbed
2configs/tools
|
@ -7,6 +7,7 @@
|
|||
./extra-gui.nix
|
||||
./games.nix
|
||||
./media.nix
|
||||
./scanner-tools.nix
|
||||
./sec.nix
|
||||
./sec-gui.nix
|
||||
./studio.nix
|
||||
|
|
7
2configs/tools/scanner-tools.nix
Normal file
7
2configs/tools/scanner-tools.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
# ln -s /run/current-system/sw/bin/xsane ~/.gimp-2.8/plug-ins/xsane
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
xsaneGimp = pkgs.xsane.override { gimpSupport = true; };
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in a new issue