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

14 lines
172 B
Nix

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