mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
16 lines
207 B
Nix
16 lines
207 B
Nix
{ ... }: {
|
|
imports = [
|
|
./bash
|
|
./charm.nix
|
|
./direnv.nix
|
|
./fish
|
|
./fzf.nix
|
|
./git.nix
|
|
./github.nix
|
|
./jujutsu.nix
|
|
./nixpkgs.nix
|
|
./starship.nix
|
|
./utilities.nix
|
|
];
|
|
}
|