NotAShelf / nyx

My overengineered NixOS flake. Desktops, laptops, servers and everything else that can run an OS.
https://nyx.notashelf.dev/
GNU General Public License v3.0
292 stars 8 forks source link

Clean up overused `with lib;` #22

Closed NotAShelf closed 5 months ago

NotAShelf commented 11 months ago

Before I knew better about Nix language, I've put with lib; in basically every file that used, well, lib. I should replace that practice with inherit (lib) ... instead.

NotAShelf commented 5 months ago

I'm free...