chore: remove custom brlaser
NixOS 25.05 has switched to Owl-Maintain's fork of brlaser with the latest release that includes the fix for my duplex printing issues.
This commit is contained in:
parent
f25ca7a488
commit
cf42ef54d8
3 changed files with 1 additions and 121 deletions
overlays
|
@ -7,7 +7,7 @@
|
|||
inherit (prev) system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
inherit (inputs.self.packages.${prev.system}) deconz brlaser;
|
||||
inherit (inputs.self.packages.${prev.system}) deconz;
|
||||
vimPlugins = prev.vimPlugins // final.callPackage ../pkgs/vim-plugins { inherit inputs; };
|
||||
};
|
||||
pkgsFor =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue