221 current 2025-06-10 03:07:59 25.11.20250607.3e3afe5 6.15.1 *

This commit is contained in:
2025-06-10 03:08:09 -04:00
parent a527dfd0c4
commit af7bab5ed9
3 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,10 @@
sessionPath = [
"$HOME/scripts"
];
sessionVariables = {
SSH_AUTH_SOCK = /home/chase/.bitwarden-ssh-agent.sock;
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
};
shellAliases = {
gs = "git status";
"..." = "cd ../..";

View File

@@ -132,7 +132,7 @@
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
package = pkgs.rofi-wayland;
};
home.packages = with pkgs; [