mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
13 lines
202 B
Nix
13 lines
202 B
Nix
{
|
|
imports = [
|
|
./de
|
|
./vscode.nix
|
|
./shell.nix
|
|
./theming.nix
|
|
./ssh-client.nix
|
|
./git.nix
|
|
./neovim.nix
|
|
./kitty.nix
|
|
./rofi
|
|
];
|
|
}
|