]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/options.nix
nix: update nixpkgs
[julm/julm-nix.git] / home-manager / options.nix
1 { config, ... }:
2 with builtins;
3 {
4 config = {
5 home.stateVersion = "20.09";
6 };
7 }