diff options
author | Ben Sima <ben@bsima.me> | 2022-07-06 22:19:46 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-06 22:20:46 -0400 |
commit | b9e2534e0859db3f3b4e402235bb23cecbe77863 (patch) | |
tree | 2582e94a93b8969cd6e3fc1f871d15db4407c103 /lib/common.nix | |
parent | fe3b16632e15997c79adbbec2a0fb0f4588a0a9d (diff) |
update home-manager, emacs
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index ce56cf3..5019e08 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -8,6 +8,7 @@ in { nixpkgs.overlays = [ (import ../overlay.nix) ]; home = { + stateVersion = "18.09"; sessionVariables = { GPGID = gpgid; EDITOR = "vim"; |