15 lines
213 B
Nix
Executable file
15 lines
213 B
Nix
Executable file
{...}: {
|
|
imports = [
|
|
./bat.nix
|
|
./git.nix
|
|
./hyperfine.nix
|
|
./kitty.nix
|
|
./lastpass.nix
|
|
./lazygit.nix
|
|
./leetcode.nix
|
|
./metrics.nix
|
|
./ssh.nix
|
|
./zoxide.nix
|
|
./zsh.nix
|
|
];
|
|
}
|