mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
17 lines
158 B
Nix
17 lines
158 B
Nix
{
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./dconf
|
|
./desktop-files.nix
|
|
./starship.nix
|
|
./zsh.nix
|
|
];
|
|
|
|
xdg.enable = true;
|
|
|
|
home.stateVersion = "25.05";
|
|
}
|