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'
|
export LC_CTYPE='UTF-8'
|
||||||
|
|
||||||
SESSIONS=$(tmux ls)
|
SESSIONS=$(tmux ls)
|
||||||
SESSIONS=\"$ emacsclient
|
SESSIONS=\"$ rink
|
||||||
$ rink
|
|
||||||
$SESSIONS
|
$SESSIONS
|
||||||
Connect to coral.shoes (tmux)
|
Connect to coral.shoes (tmux)
|
||||||
Connect to coral.shoes (raw)
|
Connect to coral.shoes (raw)
|
||||||
|
@ -19,9 +18,6 @@ case $CHOICE in
|
||||||
'$ rink')
|
'$ rink')
|
||||||
${rink}/bin/rink
|
${rink}/bin/rink
|
||||||
;;
|
;;
|
||||||
'$ emacsclient')
|
|
||||||
${emacs}/bin/emacsclient -n --create-frame -e '(x-focus-frame (selected-frame))' --alternate-editor=
|
|
||||||
;;
|
|
||||||
'Connect to coral.shoes (tmux)')
|
'Connect to coral.shoes (tmux)')
|
||||||
${mosh}/bin/mosh web -- tmux attach
|
${mosh}/bin/mosh web -- tmux attach
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -58,17 +58,12 @@ in rec {
|
||||||
++ (if pkgs.stdenv.isDarwin then [] else [pkgs.keepassxc pkgs.vesktop pkgs.ares])
|
++ (if pkgs.stdenv.isDarwin then [] else [pkgs.keepassxc pkgs.vesktop pkgs.ares])
|
||||||
;
|
;
|
||||||
|
|
||||||
programs.alacritty = alacritty;
|
home.file.".XCompose" = {
|
||||||
programs.emacs = {
|
source = ../nixos/kblayouts/fox-compose.xcompose;
|
||||||
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;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.alacritty = alacritty;
|
||||||
|
|
||||||
home.pointerCursor =
|
home.pointerCursor =
|
||||||
let miku-cursor = pkgs.stdenv.mkDerivation {
|
let miku-cursor = pkgs.stdenv.mkDerivation {
|
||||||
name = "miku-cursor";
|
name = "miku-cursor";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user