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