This commit is contained in:
Andrea Ciceri 2023-09-29 13:48:04 +02:00
parent c4db74ed56
commit 1f87baf52d
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

View file

@ -109,7 +109,8 @@ in {
bind = SUPER SHIFT, b , exec, ${pkgs.waypipe}/bin/waypipe --compress lz4=10 ssh mothership.fleet firefox
bind = SUPER SHIFT, RETURN, exec, ${config.programs.wezterm.package}/bin/wezterm ssh mothership.fleet
bind = SUPER, m, exec, ${config.programs.wezterm.package}/bin/wezterm start -- mosh mothership.fleet
bind = SUPER, RETURN, exec, ${config.programs.wezterm.package}/bin/wezterm
# bind = SUPER, RETURN, exec, ${config.programs.wezterm.package}/bin/wezterm
bind = SUPER, RETURN, exec, emacsclient -c --eval "(ccr/start-eshell)"
bind = SUPER, x, exec, emacsclient -c
bind = SUPER, y, exec, ${pkgs.waypipe}/bin/waypipe --compress lz4=10 ssh mothership.fleet emacsclient -c
bind = SUPER, d, exec, ${pkgs.fuzzel}/bin/fuzzel --background-color=253559cc --border-radius=5 --border-width=0

View file

@ -176,6 +176,8 @@
carapace # used by nushell
nil # TODO probably not best place
terraform-lsp # TODO probably not best place
python3Packages.jedi-language-server # TODO probably not best place
# TODO probably not best place
# nom # FIXME disable on aarch64-linux, breaks everything :(
];
}

View file

@ -11,7 +11,7 @@
hardware.sane.enable = true;
services.paperless = {
enable = true;
enable = false;
passwordFile = builtins.toFile "password" "admin";
};