11 lines
120 B
Nix
11 lines
120 B
Nix
{
|
|
imports = [
|
|
./browsers.nix
|
|
./common.nix
|
|
./git.nix
|
|
./media.nix
|
|
./xdg.nix
|
|
./neovim.nix
|
|
];
|
|
}
|