mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
10 lines
99 B
Nix
10 lines
99 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./git.nix
|
|
./chezmoi.nix
|
|
./kitty.nix
|
|
./yt-dlp.nix
|
|
];
|
|
}
|