mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
work laptop update
This commit is contained in:
parent
3b1bfaccb7
commit
a5d08d2dd1
3 changed files with 32 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
home-manager.users.may = {
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
SUDO_EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{ pkgs, ...}: {
|
||||
{ ... }: {
|
||||
services.openssh.enable = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue