diff --git a/base-config.nix b/base-config.nix index dfcb2f7..3ecd755 100644 --- a/base-config.nix +++ b/base-config.nix @@ -89,6 +89,7 @@ description = "Wesley Irvin"; extraGroups = [ "networkmanager" "wheel" ]; shell = pkgs.zsh; # Set our default shell for our user to zsh + hashedPassword = "$y$j9T$PXPH.OUWrqDkhAQR03weh/$Ge5dooWNGvExpXtA2Wtqe01e6CIyVvrMZiKZM6Ufzd3"; packages = with pkgs; [ alacritty bottom @@ -99,6 +100,7 @@ neovim retroarchFull spotify + xclip ]; }; @@ -112,6 +114,7 @@ vim zsh git + xclip ]; # List of users allowed to connect to the Nix daemon