neovim reconfiguration

and configuring st
This commit is contained in:
ISnortPennies 2022-09-21 20:05:23 -04:00
parent b4ea6ab031
commit 532ae0d63e
14 changed files with 783 additions and 118 deletions

View file

@ -31,8 +31,6 @@ environment.systemPackages = with pkgs; [
flashfocus #flash when switching windows
pavucontrol #gui volume control
xclip #commandline clipboard access
#my polkit fix
polkit_fix
qsudo #for running thunar as root
nix-tree #show nixpkgs
git-filter-repo
@ -41,6 +39,8 @@ environment.systemPackages = with pkgs; [
neofetch
piper # mouse configuration
libratbag
st
];
}

View file

@ -19,8 +19,8 @@
add_newline = false;
format="$sudo \n $directory$git_branch$character";
character = {
success_symbol = "[](#9ece6a bold)";
error_symbol = "[](#db4b4b bold)";
success_symbol = "[ ](#9ece6a bold)";
error_symbol = "[ ](#db4b4b bold)";
};
directory = {
read_only = " ";