4 lines
51 B
Nix
4 lines
51 B
Nix
|
{ lib, pkgs, self, config, ... }:
|
||
|
with config;
|
||
|
{ }
|