Enable mail config

This commit is contained in:
Valentin Brandl 2022-12-18 12:09:21 +01:00
parent 819a23b52e
commit 2d7c725c64
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ user:
./neovim/neovim.nix
./network-manager-applet.nix
./nextcloud.nix
./mail/default.nix
./pasystray.nix
./photography.nix
./picom.nix

View File

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