mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-04 05:56:14 +01:00
11 lines
92 B
Nix
11 lines
92 B
Nix
|
{
|
||
|
inputs',
|
||
|
config',
|
||
|
lib,
|
||
|
...
|
||
|
}: {
|
||
|
imports = [
|
||
|
../../common/nixpkgs.nix
|
||
|
];
|
||
|
}
|