mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 18:36:05 -07:00
16 lines
214 B
Nix
16 lines
214 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./appgate-sdp.nix
|
|
./beancount.nix
|
|
./borg.nix
|
|
./chrome.nix
|
|
./firefox.nix
|
|
./chezmoi.nix
|
|
./kitty.nix
|
|
./nvim.nix
|
|
./virt-manager.nix
|
|
./yt-dlp.nix
|
|
];
|
|
}
|