remove unused scripts, renamed the rest, updated zsh conf to reflect this

This commit is contained in:
2025-11-07 00:22:42 -06:00
parent eef41bbca8
commit 178fba9c84
7 changed files with 16 additions and 142 deletions

View File

@@ -76,9 +76,8 @@ in {
egrep = "egrep --color=auto";
# --- scripts ---
rebuild = "sh ${home_dir}/.nix/bin/rebuild.sh";
perms = "sudo sh ${home_dir}/.nix/bin/perms.sh";
bb = "sudo sh ${home_dir}/.nix/bin/borg_lf.sh";
rebuild = "sh ${home_dir}/.nix/bin/rebuild";
perms = "sudo sh ${home_dir}/.nix/bin/fix-perms";
# --- git ---
status = "git status";

View File

@@ -60,7 +60,7 @@ in {
applications = 1.0;
terminal = 0.9;
desktop = 1.0;
popups = 0.99;
popups = 0.9;
};
targets = {

View File

@@ -16,24 +16,24 @@ in {
programs.${program} = {
enable = true;
settings = {
anchor = "top";
width = "100%";
height = 25;
horizontal = true;
# anchor = "top";
# width = "100%";
# height = 25;
# horizontal = true;
font-size = lib.mkDefault 12;
prompt-text = " select: ";
outline-width = 0;
border-width = 0;
corner-radius = 9;
# outline-width = 0;
# border-width = 0;
# corner-radius = 9;
background-color = lib.mkDefault "#2f1730";
selection-color = lib.mkDefault "#ffffff";
text-color = lib.mkDefault "#888888";
min-input-width = 120;
result-spacing = 15;
padding-top = 0;
padding-bottom = 0;
padding-left = 0;
padding-right = 0;
# min-input-width = 120;
# result-spacing = 15;
# padding-top = 0;
# padding-bottom = 0;
# padding-left = 0;
# padding-right = 0;
};
};