Replaced rofi w/ walker

This commit is contained in:
2025-11-16 01:17:54 -05:00
parent 15317047e3
commit 1dddfebbb8
9 changed files with 305 additions and 48 deletions

View File

@@ -8,6 +8,9 @@
enable = true;
enableZshIntegration = true;
};
fastfetch = {
enable = true;
};
starship = {
enable = true;
enableZshIntegration = true;
@@ -81,6 +84,7 @@
syntaxHighlighting.enable = true;
shellAliases = {
stu = "ssh stu";
ff = "fastfetch";
};
};
};