Changed some things.
This commit is contained in:
parent
662e0ab326
commit
e1542b0d5f
|
|
@ -62,6 +62,7 @@
|
||||||
allowedUDPPortRanges = [
|
allowedUDPPortRanges = [
|
||||||
kdeConnectPorts
|
kdeConnectPorts
|
||||||
];
|
];
|
||||||
|
enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
|
|
@ -137,6 +138,7 @@
|
||||||
# driverless
|
# driverless
|
||||||
ghostscript
|
ghostscript
|
||||||
colord
|
colord
|
||||||
|
cups-brother-hll2340dw
|
||||||
];
|
];
|
||||||
logLevel = "debug";
|
logLevel = "debug";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
in
|
in
|
||||||
(with (pkgs.extend overlay); [ olympus ]) ++
|
(with (pkgs.extend overlay); [ olympus ]) ++
|
||||||
[ kalker tldr htop snore ] ++ # Basic CLI/TUI utilities
|
[ 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
|
[ blueman pavucontrol font-manager ] ++ # Basic graphical utilities
|
||||||
[
|
[
|
||||||
libreoffice
|
libreoffice
|
||||||
|
|
@ -84,7 +84,6 @@
|
||||||
keepassxc
|
keepassxc
|
||||||
zulip
|
zulip
|
||||||
filezilla
|
filezilla
|
||||||
bitwarden-desktop
|
|
||||||
activate-linux
|
activate-linux
|
||||||
remmina
|
remmina
|
||||||
pinta
|
pinta
|
||||||
|
|
@ -93,6 +92,7 @@
|
||||||
anki
|
anki
|
||||||
butterfly
|
butterfly
|
||||||
deltachat-desktop
|
deltachat-desktop
|
||||||
|
qgis
|
||||||
] ++ # Selection of graphical apps
|
] ++ # Selection of graphical apps
|
||||||
[
|
[
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
|
|
||||||
|
|
@ -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
|
# 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";
|
name = "BufSetOption";
|
||||||
option = "filetype=latex";
|
option = "filetype=latex";
|
||||||
commands = "hook buffer BufWritePost .* %{ texlab-build }";
|
commands = "hook buffer BufWritePost .* %{ texlab-build; texlab-forward-search }";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "BufSetOption";
|
name = "BufSetOption";
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,12 @@
|
||||||
{
|
{
|
||||||
hardware.sane = {
|
hardware.sane = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
brscan4 = {
|
||||||
|
enable = true;
|
||||||
|
netDevices = {
|
||||||
|
home = { model = "HL-L2390DW"; ip = "10.0.0.246"; };
|
||||||
|
};
|
||||||
|
};
|
||||||
extraBackends = [ pkgs.sane-airscan pkgs.epkowa ];
|
extraBackends = [ pkgs.sane-airscan pkgs.epkowa ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue