dc0b2518da
* flesh out impermanence * glances * hack * hacking in plex and tautulli * hack * hacking * Auto lint/format --------- Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com> Co-authored-by: truxnell <truxnell@users.noreply.github.com>
8 lines
82 B
Nix
8 lines
82 B
Nix
{ ... }: {
|
|
imports = [
|
|
./fish
|
|
./starship
|
|
./wezterm
|
|
./git
|
|
];
|
|
}
|