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

13 lines
153 B
Nix
Raw Normal View History

2026-03-23 21:24:20 +01:00
{...}: {
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";
}