work laptop update

This commit is contained in:
Parker TenBroeck 2026-05-29 09:14:37 -04:00
parent 3b1bfaccb7
commit a5d08d2dd1
3 changed files with 32 additions and 2 deletions

View file

@ -2,6 +2,7 @@
home-manager.users.may = {
home.sessionVariables = {
EDITOR = "nvim";
SUDO_EDITOR = "nvim";
VISUAL = "nvim";
};
};

View file

@ -1,3 +1,3 @@
{ pkgs, ...}: {
{ ... }: {
services.openssh.enable = true;
}
}