refactor: some nix code cleanups

This commit is contained in:
matt1432 2025-01-06 14:41:55 -05:00
parent df9a370408
commit 82c8cb4b1f
24 changed files with 392 additions and 715 deletions

View file

@ -2,7 +2,7 @@
perSystem,
inputs,
}: let
attrs = import ./attrs {};
attrs = import ./attrs inputs.nixpkgs.lib;
flake = import ./flake inputs;
hypr = import ./hypr inputs.nixpkgs.lib;
strings = import ./strings inputs.nixpkgs.lib;