Files
nixos/common/modules/home/default.nix

17 lines
158 B
Nix

{
...
}:
{
imports = [
./dconf
./desktop-files.nix
./starship.nix
./zsh.nix
];
xdg.enable = true;
home.stateVersion = "25.05";
}