Added configuration for Andrej
Use librewolf instead of firefox
This commit is contained in:
parent
c83cece584
commit
6f5a549bac
14 changed files with 5082 additions and 6 deletions
|
|
@ -58,7 +58,7 @@ in {
|
|||
"$emacs" = "emacsclient -c";
|
||||
"$fileManager" = "$emacs --eval '(dired \"/home/${username}\")'"; # "$terminal ${pkgs.yazi}/bin/yazi";
|
||||
"$fileManager2" = "${pkgs.kdePackages.dolphin}/bin/dolphin";
|
||||
"$browser" = "${pkgs.firefox}/bin/firefox";
|
||||
"$browser" = "${pkgs.librewolf}/bin/librewolf";
|
||||
"$menu" = "emacsclient -cF '((visibility . nil))' -e '(emacs-run-app-launcher)'"; #"${pkgs.wofi}/bin/wofi --show drun";
|
||||
"$emojiPicker" = "emacsclient -cF '((visibility . nil))' -e '(emacs-run-emoji-picker)'";
|
||||
"$clipboardManager" = "$terminal --class clipse -e 'clipse'";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue