18 lines
164 B
Nix
18 lines
164 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
user,
|
|
inputs,
|
|
flakeRoot,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./kitty.nix
|
|
./starship.nix
|
|
./zsh.nix
|
|
];
|
|
# .. put any code here
|
|
}
|