mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-02 13:06:11 +01:00
ef38ff156f
Signed-off-by: magic_rb <magic_rb@redalder.org>
11 lines
92 B
Nix
11 lines
92 B
Nix
{
|
|
inputs',
|
|
config',
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
../../common/nixpkgs.nix
|
|
];
|
|
}
|