mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-12 21:35:38 +01:00
13 lines
131 B
Nix
13 lines
131 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./browsers.nix
|
|
./common.nix
|
|
./git.nix
|
|
./media.nix
|
|
./xdg.nix
|
|
];
|
|
} |