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

14 lines
155 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";
}