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