mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 18:18:59 +00:00
5 lines
135 B
Nix
5 lines
135 B
Nix
{ config, lib, pkgs, bahaghariLib }@args:
|
|
|
|
let callLib = path: import path args;
|
|
in { tinted-theming = callLib ./tinted-theming.nix; }
|