Files
nixos-config/modules/home/default.nix

15 lines
147 B
Nix
Raw Normal View History

2025-09-13 02:38:36 -04:00
{
...
}:
{
imports = [
./firefox.nix
./git.nix
./nvf.nix
./packages.nix
./plasma.nix
./vscode.nix
2025-09-13 02:38:36 -04:00
./zsh.nix
];
}