add work laptop
This commit is contained in:
parent
f96e27fecd
commit
c0466602b7
8 changed files with 83 additions and 20 deletions
2
home.nix
2
home.nix
|
|
@ -201,6 +201,7 @@
|
|||
];
|
||||
userSettings = {
|
||||
"vscode-neovim.neovimExecutablePaths.linux" = "/run/current-system/sw/bin/nvim";
|
||||
"keyboard.dispatch" = "keyCode";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -211,6 +212,7 @@
|
|||
notmuch.enable = true;
|
||||
neomutt.enable = true;
|
||||
mbsync.enable = true;
|
||||
mbsync.create = "maildir";
|
||||
userName = "tristan@tristans.cloud";
|
||||
realName = "Tristan";
|
||||
address = "tristan@tristans.cloud";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue