mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
fix: misc breakage from updates
This commit is contained in:
parent
b9590a22e3
commit
de3349bb4d
5 changed files with 6 additions and 7 deletions
|
|
@ -40,7 +40,7 @@
|
|||
element-desktop
|
||||
vesktop
|
||||
gh
|
||||
nixfmt-rfc-style
|
||||
nixfmt
|
||||
tidal-hifi
|
||||
hyperfine
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedZstdSettings = true;
|
||||
experimentalZstdSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ in
|
|||
services.searx = {
|
||||
enable = true;
|
||||
package = pkgs.searxng;
|
||||
runInUwsgi = true;
|
||||
configureUwsgi = true;
|
||||
uwsgiConfig = {
|
||||
http = link.tuple;
|
||||
disable-logging = true;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
{ pkgs, lib }:
|
||||
{ pkgs }:
|
||||
{
|
||||
services.libinput.mouse.accelProfile = "flat";
|
||||
services.xserver = {
|
||||
tty = lib.mkDefault 1;
|
||||
exportConfiguration = true;
|
||||
xkb.layout = "us";
|
||||
xautolock.enable = false;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
writeShellApplication,
|
||||
nixfmt-rfc-style,
|
||||
nixfmt,
|
||||
deadnix,
|
||||
statix,
|
||||
fd,
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
writeShellApplication {
|
||||
name = "lint";
|
||||
runtimeInputs = [
|
||||
nixfmt-rfc-style
|
||||
nixfmt
|
||||
deadnix
|
||||
statix
|
||||
fd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue