Linux-specific fish aliases are not working
This commit is contained in:
parent
91a71561e4
commit
fe5931ff4e
|
@ -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";
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
|
|
||||||
imports = with outputs.homeManagerModules; [
|
imports = with outputs.homeManagerModules; [
|
||||||
common
|
common
|
||||||
# senpai
|
senpai
|
||||||
# iex
|
iex
|
||||||
# cargo
|
cargo
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue