Files
nixos/Droidnix_v1/generated/system/applications/terminal_shell/top.nix
T
2026-03-23 16:18:38 +00:00

11 lines
165 B
Nix

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