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

17 lines
158 B
Nix
Raw Normal View History

2026-03-01 08:19:46 +01:00
{
...
}:
{
imports = [
./dconf
2026-03-01 09:12:10 +01:00
./desktop-files.nix
2026-03-01 08:19:46 +01:00
./starship.nix
./zsh.nix
];
2026-03-01 09:12:10 +01:00
xdg.enable = true;
2026-03-01 08:19:46 +01:00
home.stateVersion = "25.05";
}