Files
nixos/common/modules/home/default.nix
2026-03-01 08:19:46 +01:00

14 lines
112 B
Nix

{
...
}:
{
imports = [
./dconf
./starship.nix
./zsh.nix
];
home.stateVersion = "25.05";
}