update
This commit is contained in:
parent
d70f587539
commit
cdb88e9519
4 changed files with 26 additions and 3 deletions
11
nixos/cachix/nimmm.nix
Normal file
11
nixos/cachix/nimmm.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [
|
||||
"https://nimmm.cachix.org"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"nimmm.cachix.org-1:usYhOtylPbGmyX95Xdy2YVMOKZVBBt4pTQVAQrzw+0k=";
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -217,8 +217,12 @@
|
|||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.hplipWithPlugin ];
|
||||
hardware.sane.enable = true;
|
||||
hardware.sane.extraBackends = [ pkgs.hplipWithPlugin ];
|
||||
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
brscan4.enable = true;
|
||||
extraBackends = [ pkgs.hplipWithPlugin ];
|
||||
};
|
||||
|
||||
# Redshift
|
||||
# services.redshift = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue