Files
nixos/Droidnix/generated/system/applications/terminal_shell/top.nix
T
2026-03-17 15:35:35 +00:00

11 lines
141 B
Nix

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