Files
nixos/Droidnix/generated/system/applications/terminal_shell/top.nix
T
2026-03-07 22:53:44 +01:00

10 lines
149 B
Nix

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