Files
nixos/Droidnix/generated/system/applications/terminal_shell/top.nix
T

18 lines
164 B
Nix

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