fix: misc breakage from updates

This commit is contained in:
Gerg-L 2025-08-15 20:29:25 -04:00
parent b9590a22e3
commit de3349bb4d
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
5 changed files with 6 additions and 7 deletions

View file

@ -40,7 +40,7 @@
element-desktop element-desktop
vesktop vesktop
gh gh
nixfmt-rfc-style nixfmt
tidal-hifi tidal-hifi
hyperfine hyperfine

View file

@ -44,7 +44,7 @@
services.nginx = { services.nginx = {
enable = true; enable = true;
recommendedZstdSettings = true; experimentalZstdSettings = true;
recommendedOptimisation = true; recommendedOptimisation = true;
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;

View file

@ -10,7 +10,7 @@ in
services.searx = { services.searx = {
enable = true; enable = true;
package = pkgs.searxng; package = pkgs.searxng;
runInUwsgi = true; configureUwsgi = true;
uwsgiConfig = { uwsgiConfig = {
http = link.tuple; http = link.tuple;
disable-logging = true; disable-logging = true;

View file

@ -1,8 +1,7 @@
{ pkgs, lib }: { pkgs }:
{ {
services.libinput.mouse.accelProfile = "flat"; services.libinput.mouse.accelProfile = "flat";
services.xserver = { services.xserver = {
tty = lib.mkDefault 1;
exportConfiguration = true; exportConfiguration = true;
xkb.layout = "us"; xkb.layout = "us";
xautolock.enable = false; xautolock.enable = false;

View file

@ -1,6 +1,6 @@
{ {
writeShellApplication, writeShellApplication,
nixfmt-rfc-style, nixfmt,
deadnix, deadnix,
statix, statix,
fd, fd,
@ -8,7 +8,7 @@
writeShellApplication { writeShellApplication {
name = "lint"; name = "lint";
runtimeInputs = [ runtimeInputs = [
nixfmt-rfc-style nixfmt
deadnix deadnix
statix statix
fd fd