6 lines
152 B
Nix
6 lines
152 B
Nix
{ config, pkgs, user, name, lib, ... }:
|
|
# https://nix-community.github.io/home-manager/options.html
|
|
{
|
|
# don't change
|
|
home.stateVersion = "22.05";
|
|
}
|