mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-19 15:53:46 +01:00
15 lines
167 B
Nix
15 lines
167 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./browsers.nix
|
|
./common.nix
|
|
./git.nix
|
|
./media.nix
|
|
./nixos-cn.nix
|
|
./vscode.nix
|
|
./xdg.nix
|
|
];
|
|
} |