feat(scripts): ocr area

This commit is contained in:
Barrett Ruth 2026-02-17 16:51:33 -05:00
parent 1638d24687
commit ce2c9655e0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 16 additions and 31 deletions

View file

@ -35,12 +35,12 @@
createDirectories = false;
download = "${config.home.homeDirectory}/Downloads";
pictures = "${config.home.homeDirectory}/Pictures";
# desktop = "${config.home.homeDirectory}/Desktop";
# documents = "${config.home.homeDirectory}/Documents";
# music = "${config.home.homeDirectory}/Music";
# publicShare = "${config.home.homeDirectory}/Public";
# templates = "${config.home.homeDirectory}/Templates";
# videos = "${config.home.homeDirectory}/Videos";
desktop = "${config.home.homeDirectory}/Desktop";
documents = "${config.home.homeDirectory}/Documents";
music = "${config.home.homeDirectory}/Music";
publicShare = "${config.home.homeDirectory}/Public";
templates = "${config.home.homeDirectory}/Templates";
videos = "${config.home.homeDirectory}/Videos";
};
home.sessionVariables = lib.mkIf hostConfig.isLinux {
XDG_DOWNLOAD_DIR = config.xdg.userDirs.download;