mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
11 lines
161 B
Nix
11 lines
161 B
Nix
{
|
|
imports = [
|
|
./de
|
|
./vscode.nix
|
|
./shell
|
|
./ssh-client.nix
|
|
./git.nix
|
|
./neovim.nix
|
|
./kitty.nix
|
|
];
|
|
}
|