1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: run deadnix

This commit is contained in:
oddlama 2023-09-04 22:01:47 +02:00
parent 0daf5651df
commit 562d1dffb3
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
35 changed files with 21 additions and 110 deletions

View file

@ -2,17 +2,14 @@
config,
inputs,
lib,
pkgs,
...
}: let
inherit
(lib)
assertMsg
attrNames
literalExpression
mapAttrs
mdDoc
mkIf
mkOption
types
;