12 lines
153 B
Nix
12 lines
153 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
# Read the changelog before changing this value
|
|
home.stateVersion = "24.05";
|
|
|
|
# insert home-manager config
|
|
}
|