updating home manager config for rust development and vs-code support

This commit is contained in:
specCon18 2023-03-27 20:01:22 -04:00
parent 107c968ba1
commit e81c3aa499
3 changed files with 43 additions and 18 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
{
users.users.speccon18 = {
shell = pkgs.nushell;
shell = pkgs.zsh;
isNormalUser = true;
initialHashedPassword = "$y$j9T$RdLBHOvUpb17egl0d16LT/$3Y2RD/tT1IZ0nkfAR13pp3IzBjvKLRgGpDPLobUeO23";
openssh.authorizedKeys.keys = [