Files
nixos/common/modules/home/default.nix
2026-03-15 17:37:50 +01:00

14 lines
155 B
Nix

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