Compare commits

..

No commits in common. "d5c1600f3efb35326f21d5b580b19a90347861a5" and "721fb6e974b493f1704ba22bbfdd7b82508adba8" have entirely different histories.

2 changed files with 11 additions and 12 deletions

View file

@ -65,11 +65,11 @@
]
},
"locked": {
"lastModified": 1726357542,
"narHash": "sha256-p4OrJL2weh0TRtaeu1fmNYP6+TOp/W2qdaIJxxQay4c=",
"lastModified": 1726308872,
"narHash": "sha256-d4vwO5N4RsLnCY7k5tY9xbdYDWQsY3RDMeUoIa4ms2A=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e524c57b1fa55d6ca9d8354c6ce1e538d2a1f47f",
"rev": "6c1a461a444e6ccb3f3e42bb627b510c3a722a57",
"type": "github"
},
"original": {
@ -128,11 +128,11 @@
},
"nur": {
"locked": {
"lastModified": 1726387027,
"narHash": "sha256-5nC1vhaMB0avDLa38UEUNgvl189xQ4tI3olDoGb//XY=",
"lastModified": 1726321580,
"narHash": "sha256-nJDp7hN8VAkO62b72d4PGEe9tIl9bn1dn8yIkr9FeCU=",
"owner": "nix-community",
"repo": "NUR",
"rev": "87e71e19db7075e0ce696387d85d73000e6a6f2e",
"rev": "49761a5e726649905d015b3b41295ea7fe3d0d71",
"type": "github"
},
"original": {
@ -175,11 +175,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1726349216,
"narHash": "sha256-1HOWfOEmqIpsBNXdgXSiSW/puPA8+hefu6Mo2Zziyfo=",
"lastModified": 1726276349,
"narHash": "sha256-r5/MnJ7WGQZFaTKJQWy7Fbb45wfxbrDYB8TfpoSlgGY=",
"owner": "zed-industries",
"repo": "zed",
"rev": "6f337de440687bdc233c4e6f845f88d44a8f9740",
"rev": "e8a2dd92c82f56d01067aa9966eaaf095a7e657c",
"type": "github"
},
"original": {

View file

@ -15,15 +15,14 @@ in {
ensurePrinters = [
{
name = "brother-dcp-1622we";
deviceUri = "usb://Brother/DCP-1610W%20series?serial=E76029D2N155302";
deviceUri = "dnssd://Brother%20DCP-1610W%20series._pdl-datastream._tcp.local/?uuid=e3248000-80ce-11db-8000-c894023b7db8";
model = "drv:///brlaser.drv/br1600.ppd";
ppdOptions = {
PageSize = "A4";
Resolution = "1200dpi";
};
}
];
ensureDefaultPrinter = "brother-dcp-1622we";
};
};
}
}