11 lines
161 B
Nix
Executable file
11 lines
161 B
Nix
Executable file
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./vscode.nix
|
|
./git.nix
|
|
./direnv.nix
|
|
./starship.nix
|
|
./neovim
|
|
#./vim.nix
|
|
];
|
|
}
|