Files
nixos-config/modules/home/default.nix
2025-09-13 02:38:36 -04:00

15 lines
149 B
Nix

{
...
}:
{
imports = [
./firefox.nix
./git.nix
./nvf.nix
./packages.nix
./plasma.nix
# ./vscode.nix
./zsh.nix
];
}