bye emacs
This commit is contained in:
parent
c72dc56d5e
commit
68ccbe26a7
|
@ -5,8 +5,7 @@ export LC_ALL='en_US.UTF-8'
|
|||
export LC_CTYPE='UTF-8'
|
||||
|
||||
SESSIONS=$(tmux ls)
|
||||
SESSIONS=\"$ emacsclient
|
||||
$ rink
|
||||
SESSIONS=\"$ rink
|
||||
$SESSIONS
|
||||
Connect to coral.shoes (tmux)
|
||||
Connect to coral.shoes (raw)
|
||||
|
@ -19,9 +18,6 @@ case $CHOICE in
|
|||
'$ rink')
|
||||
${rink}/bin/rink
|
||||
;;
|
||||
'$ emacsclient')
|
||||
${emacs}/bin/emacsclient -n --create-frame -e '(x-focus-frame (selected-frame))' --alternate-editor=
|
||||
;;
|
||||
'Connect to coral.shoes (tmux)')
|
||||
${mosh}/bin/mosh web -- tmux attach
|
||||
;;
|
||||
|
|
|
@ -58,17 +58,12 @@ in rec {
|
|||
++ (if pkgs.stdenv.isDarwin then [] else [pkgs.keepassxc pkgs.vesktop pkgs.ares])
|
||||
;
|
||||
|
||||
programs.alacritty = alacritty;
|
||||
programs.emacs = {
|
||||
package = pkgs.emacs;
|
||||
enable = true;
|
||||
extraPackages = epkgs: (with epkgs; [
|
||||
vterm bind-key rust-mode lsp-mode company meow haskell-mode
|
||||
terraform-mode nix-mode insert-kaomoji
|
||||
]);
|
||||
extraConfig = builtins.readFile ../dotfiles/init.el;
|
||||
home.file.".XCompose" = {
|
||||
source = ../nixos/kblayouts/fox-compose.xcompose;
|
||||
};
|
||||
|
||||
programs.alacritty = alacritty;
|
||||
|
||||
home.pointerCursor =
|
||||
let miku-cursor = pkgs.stdenv.mkDerivation {
|
||||
name = "miku-cursor";
|
||||
|
|
Loading…
Reference in New Issue
Block a user