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";
|
#security.sudo.extraConfig = "Defaults insults";
|
||||||
|
|
||||||
|
boot.kernel.sysctl.vm.max_map_count = 2147483642;
|
||||||
|
|
||||||
|
|
||||||
hardware.opengl.enable = true;
|
hardware.opengl.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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
5
other/scripts/desktop/ocr-screenshot.sh
Normal file → Executable 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue