Linux-specific fish aliases are not working

This commit is contained in:
Daniel Flanagan 2024-01-04 22:20:10 -06:00
parent 91a71561e4
commit fe5931ff4e
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 4 additions and 3 deletions

View file

@ -7,6 +7,7 @@
programs.fish = { programs.fish = {
shellAliases = { shellAliases = {
# TODO: these aren't working?
sctl = "sudo systemctl"; sctl = "sudo systemctl";
bt = "bluetoothctl"; bt = "bluetoothctl";
pa = "pulsemixer"; pa = "pulsemixer";

View file

@ -35,9 +35,9 @@
imports = with outputs.homeManagerModules; [ imports = with outputs.homeManagerModules; [
common common
# senpai senpai
# iex iex
# cargo cargo
]; ];
}; };
}; };