Misc optimizations

This commit is contained in:
2025-12-29 01:49:59 -07:00
parent b6d9e944d0
commit a4e61d4446
6 changed files with 77 additions and 37 deletions

View File

@@ -10,6 +10,7 @@
"nix:push" = "cd /etc/nixos && git add -A && git commit -m \"$(date -u +%s)\" && git push";
"nix:pull" = "cd /etc/nixos && git pull";
"fixaudio" = "systemctl --user restart pipewire pipewire-pulse wireplumber";
"nf" = "neofetch";
};
}