mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 02:06:32 +05:30
7 lines
92 B
Nix
7 lines
92 B
Nix
{ ... }:
|
|
{
|
|
flake.modules.homeManager.arcturus = {
|
|
home.stateVersion = "26.05";
|
|
};
|
|
}
|