installing the ScanSnap S1500
This commit is contained in:
parent
a0531b75ac
commit
f9821001ab
1 changed files with 6 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
||||||
initialPassword = "asunarovow";
|
initialPassword = "asunarovow";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Khaïs COLIN";
|
description = "Khaïs COLIN";
|
||||||
extraGroups = ["networkmanager" "wheel" "podman" "libvirtd" "music" "cdrom"];
|
extraGroups = ["networkmanager" "wheel" "podman" "libvirtd" "music" "cdrom" "scanner" "lp"];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
# access to /pile/Music
|
# access to /pile/Music
|
||||||
|
|
@ -328,5 +328,10 @@
|
||||||
serviceConfig.ExecStart = "${pkgs.bluez}/bin/mpris-proxy";
|
serviceConfig.ExecStart = "${pkgs.bluez}/bin/mpris-proxy";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# scanner
|
||||||
|
# https://nixos.wiki/wiki/Scanners
|
||||||
|
hardware.sane.enable = true;
|
||||||
|
hardware.sane.drivers.scanSnap.enable = true;
|
||||||
|
|
||||||
home-manager.backupFileExtension = "backup";
|
home-manager.backupFileExtension = "backup";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue