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