Files

14 lines
172 B
Nix
Raw Permalink 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
./services.nix
2026-03-01 08:19:46 +01:00
./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";
}