From 1f87baf52d10c2b4588d291bcb9643736c4ce6c1 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 29 Sep 2023 13:48:04 +0200 Subject: [PATCH] Things --- hmModules/hyprland/default.nix | 3 ++- hmModules/shell/default.nix | 2 ++ modules/printing/default.nix | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index 218e86b..6692a26 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -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 diff --git a/hmModules/shell/default.nix b/hmModules/shell/default.nix index 0752d6f..a84a3e4 100644 --- a/hmModules/shell/default.nix +++ b/hmModules/shell/default.nix @@ -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 :( ]; } diff --git a/modules/printing/default.nix b/modules/printing/default.nix index 4e534c3..de291a1 100644 --- a/modules/printing/default.nix +++ b/modules/printing/default.nix @@ -11,7 +11,7 @@ hardware.sane.enable = true; services.paperless = { - enable = true; + enable = false; passwordFile = builtins.toFile "password" "admin"; };