mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 13:19:09 +02:00
9 lines
213 B
Nix
9 lines
213 B
Nix
{ self, ... }:
|
|
{
|
|
home.stateVersion = "23.05";
|
|
imports = [
|
|
"${self}/modules-clone/home/common/settings.nix"
|
|
"${self}/modules-clone/shared/options.nix"
|
|
"${self}/modules-clone/shared/vars.nix"
|
|
];
|
|
}
|