dotfiles/home/andrei/default.nix
2025-07-12 12:37:52 +03:00

17 lines
190 B
Nix

{ ... }:
{
imports = [
./direnv.nix
./firefox.nix
./gh.nix
./git.nix
./home.nix
./kitty.nix
./services.nix
./ssh.nix
./vscode.nix
./zsh.nix
];
}