Changed some things.

This commit is contained in:
vorboyvo 2026-08-16 23:28:49 -04:00
parent 662e0ab326
commit e1542b0d5f
4 changed files with 11 additions and 3 deletions

View file

@ -62,6 +62,7 @@
allowedUDPPortRanges = [
kdeConnectPorts
];
enable = false;
};
services.resolved = {
@ -137,6 +138,7 @@
# driverless
ghostscript
colord
cups-brother-hll2340dw
];
logLevel = "debug";
};

View file

@ -70,7 +70,7 @@
in
(with (pkgs.extend overlay); [ olympus ]) ++
[ kalker tldr htop snore ] ++ # Basic CLI/TUI utilities
[ catgirl hledger hledger-ui ] ++ # Selection of CLI/TUI apps
[ catgirl hledger hledger-ui slskd ] ++ # Selection of CLI/TUI apps
[ blueman pavucontrol font-manager ] ++ # Basic graphical utilities
[
libreoffice
@ -84,7 +84,6 @@
keepassxc
zulip
filezilla
bitwarden-desktop
activate-linux
remmina
pinta
@ -93,6 +92,7 @@
anki
butterfly
deltachat-desktop
qgis
] ++ # Selection of graphical apps
[
prismlauncher

View file

@ -29,7 +29,7 @@
# When the filetype=latex option is set in a buffer context (automatically), add a new hook to build the latex file on write
name = "BufSetOption";
option = "filetype=latex";
commands = "hook buffer BufWritePost .* %{ texlab-build }";
commands = "hook buffer BufWritePost .* %{ texlab-build; texlab-forward-search }";
}
{
name = "BufSetOption";

View file

@ -3,6 +3,12 @@
{
hardware.sane = {
enable = true;
brscan4 = {
enable = true;
netDevices = {
home = { model = "HL-L2390DW"; ip = "10.0.0.246"; };
};
};
extraBackends = [ pkgs.sane-airscan pkgs.epkowa ];
};