i don't even know anymore lmao

This commit is contained in:
Schrottkatze 2023-05-12 16:24:22 +02:00
parent 8f4207ff75
commit 05523a806a
4 changed files with 8 additions and 4 deletions

View file

@ -68,8 +68,7 @@ with builtins;
#};
#security.sudo.extraConfig = "Defaults insults";
boot.kernel.sysctl.vm.max_map_count = 2147483642;
hardware.opengl.enable = true;

View file

@ -64,6 +64,8 @@
#}
#];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
programs.corectrl.enable = true;
networking.hostName = "monosodium-glutamate-g";
@ -88,6 +90,7 @@
nvtop-amd
radeontop
rgp
tea
];
programs.wireshark.enable = true;

View file

@ -13,6 +13,7 @@ in with lib; {
];
programs.neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
vimdiffAlias = true;

5
other/scripts/desktop/ocr-screenshot.sh Normal file → Executable file
View file

@ -20,7 +20,8 @@ case $selection_menu1 in
;;
esac
tesseract $tmp_img.png $tmp_img &> /dev/null
xclip -i $tmp_img.txt -selection clipboard
tesseract $tmp_img.png $tmp_img
cat $tmp_img
xclip -i $tmp_img -selection clipboard
exit