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"; #security.sudo.extraConfig = "Defaults insults";
boot.kernel.sysctl.vm.max_map_count = 2147483642;
hardware.opengl.enable = true; hardware.opengl.enable = true;

View file

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

View file

@ -13,6 +13,7 @@ in with lib; {
]; ];
programs.neovim = { programs.neovim = {
enable = true; enable = true;
defaultEditor = true;
viAlias = true; viAlias = true;
vimAlias = true; vimAlias = true;
vimdiffAlias = 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 esac
tesseract $tmp_img.png $tmp_img &> /dev/null tesseract $tmp_img.png $tmp_img
xclip -i $tmp_img.txt -selection clipboard cat $tmp_img
xclip -i $tmp_img -selection clipboard
exit exit