Linux-specific fish aliases are not working
This commit is contained in:
parent
91a71561e4
commit
fe5931ff4e
2 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
programs.fish = {
|
||||
shellAliases = {
|
||||
# TODO: these aren't working?
|
||||
sctl = "sudo systemctl";
|
||||
bt = "bluetoothctl";
|
||||
pa = "pulsemixer";
|
||||
|
|
|
@ -35,9 +35,9 @@
|
|||
|
||||
imports = with outputs.homeManagerModules; [
|
||||
common
|
||||
# senpai
|
||||
# iex
|
||||
# cargo
|
||||
senpai
|
||||
iex
|
||||
cargo
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue