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

16 lines
164 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
2025-10-19 01:55:37 -04:00
./stylix.nix
./vscode.nix
2025-09-13 02:38:36 -04:00
./zsh.nix
];
}