Files
nixos/Droidnix/generated/system/applications/terminal_shell/top.nix
T
2026-03-14 21:04:13 +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
}