Enable mail config
This commit is contained in:
parent
819a23b52e
commit
2d7c725c64
@ -24,6 +24,7 @@ user:
|
||||
./neovim/neovim.nix
|
||||
./network-manager-applet.nix
|
||||
./nextcloud.nix
|
||||
./mail/default.nix
|
||||
./pasystray.nix
|
||||
./photography.nix
|
||||
./picom.nix
|
||||
|
@ -1,4 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
home.stateVersion = "22.05";
|
||||
home.enableNixpkgsReleaseCheck = true;
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
RUSTC_WRAPPER = "sccache";
|
||||
|
Loading…
Reference in New Issue
Block a user