mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
i don't even know anymore lmao
This commit is contained in:
parent
8f4207ff75
commit
05523a806a
|
@ -68,8 +68,7 @@ with builtins;
|
|||
#};
|
||||
#security.sudo.extraConfig = "Defaults insults";
|
||||
|
||||
|
||||
|
||||
boot.kernel.sysctl.vm.max_map_count = 2147483642;
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
5
other/scripts/desktop/ocr-screenshot.sh
Normal file → Executable 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue