add initial NixOS Configuration to git
@@ -0,0 +1,14 @@
{ config, lib, pkgs, ... }:
{
programs.zsh = {
enable = true;
ohMyZsh = {
plugins = [ "git" "man" "history-substring-search" ];
theme = "robbyrussell";
};
syntaxHighlighting.enable = true;
autosuggestions.enable = true;
}
The note is not visible to the blocked user.