adding some eww tweaks
This commit is contained in:
parent
b11e62403c
commit
a37a90c4bd
2 changed files with 6 additions and 6 deletions
|
@ -595,7 +595,7 @@ window#waybar > box {
|
|||
enable = true;
|
||||
package = pkgs.nushellFull;
|
||||
shellAliases = {
|
||||
# ls = "exa -l";
|
||||
# ls = "eza -l";
|
||||
la = "ls -la";
|
||||
mpf = "mpv --profile=fast";
|
||||
mps = "mpv --profile=slow";
|
||||
|
@ -697,8 +697,8 @@ window#waybar > box {
|
|||
};
|
||||
|
||||
home.shellAliases = {
|
||||
ls = "exa -l";
|
||||
la = "exa -la";
|
||||
ls = "eza -l";
|
||||
la = "eza -la";
|
||||
mpf = "mpv --profile=fast";
|
||||
mps = "mpv --profile=slow";
|
||||
ec = "emacsclient -t";
|
||||
|
@ -779,8 +779,8 @@ window#waybar > box {
|
|||
autocd = true;
|
||||
dotDir = ".config/zsh";
|
||||
shellAliases = {
|
||||
ls = "exa -l";
|
||||
la = "exa -la";
|
||||
ls = "eza -l";
|
||||
la = "eza -la";
|
||||
mpf = "mpv --profile=fast";
|
||||
mps = "mpv --profile=slow";
|
||||
ec = "emacsclient -t";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue