Compare commits

...

2 commits

Author SHA1 Message Date
d5c1600f3e update printer shit 2024-09-16 22:37:48 +02:00
a3d0f61343 update flake for zed 2024-09-16 22:30:18 +02:00
2 changed files with 12 additions and 11 deletions

View file

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

View file

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