mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 10:26:06 -07:00
11 lines
139 B
Nix
11 lines
139 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./terminal.nix
|
|
./plus
|
|
../programs/chezmoi.nix
|
|
../programs/git.nix
|
|
../programs/nvim.nix
|
|
];
|
|
}
|