Enable mail config

This commit is contained in:
2022-12-18 12:09:21 +01:00
parent 819a23b52e
commit 2d7c725c64
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,6 @@
{ pkgs, ... }: {
home.stateVersion = "22.05";
home.enableNixpkgsReleaseCheck = true;
home.sessionVariables = {
EDITOR = "nvim";
RUSTC_WRAPPER = "sccache";