email and stuff

This commit is contained in:
2024-09-06 16:08:36 -04:00
parent dde724ef34
commit b868436756
14 changed files with 123 additions and 197 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
programs.zsh.enable = true;
#programs.zsh.enable = true;
nix.settings = {
trusted-users = ["mthomson"];
@@ -18,7 +18,7 @@
users.users.mthomson = {
shell = pkgs.zsh;
#shell = pkgs.zsh;
isNormalUser = true;
description = "Michael Thomson";
extraGroups = [ "networkmanager" "wheel" ];