mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
9 lines
89 B
Nix
9 lines
89 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./servers.nix
|
||
|
./keymaps.nix
|
||
|
./formatting.nix
|
||
|
];
|
||
|
}
|