mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
neovim reconfiguration
and configuring st
This commit is contained in:
parent
b4ea6ab031
commit
532ae0d63e
14 changed files with 783 additions and 118 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 = " ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue