diff --git a/home-manager/modules/hypr/hyprland/keybinds.nix b/home-manager/modules/hypr/hyprland/keybinds.nix index b207184..01ae3fa 100644 --- a/home-manager/modules/hypr/hyprland/keybinds.nix +++ b/home-manager/modules/hypr/hyprland/keybinds.nix @@ -92,7 +92,8 @@ bindd = [ "${super}, M, Toggle power profile,exec, ~/.config/hypr/scripts/switch_config.sh" - "${super}+Shift, S, Screenshot, exec, hyprshot --freeze --clipboard-only --mode region --silent" + # "${super}+Shift, S, Screenshot, exec, hyprshot --freeze --clipboard-only --mode region --silent" + ", Print, Screenshot, exec, hyprshot --freeze --clipboard-only --mode region --silent" "${super}+Shift, T, OCR, exec, hyprshot -m region --raw | tesseract stdin stdout" ]; @@ -115,7 +116,7 @@ '' , XF86AudioNext, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"`'' ", XF86AudioPrev, exec, playerctl previous" - ", Print, exec, hyprshot -m output" + # ", Print, exec, hyprshot -m output" ]; binde = [ diff --git a/nixos/custom.nix b/nixos/custom.nix index 282544d..e469055 100644 --- a/nixos/custom.nix +++ b/nixos/custom.nix @@ -1,6 +1,11 @@ { config, pkgs, lib, ... }: { + # networkmanagerapplet and nm-applet + + virtualisation.virtualbox.host.enable = true; + users.extraGroups.vboxusers.members = [ "krosh" ]; + services.udev.packages = [ pkgs.yubikey-personalization ]; services.pcscd.enable = true;