treewide: apply deadnix and statix

This commit is contained in:
Jörg Thalheim
2022-12-31 11:52:38 +01:00
parent d7dfd13d25
commit 03c6d15152
117 changed files with 93 additions and 162 deletions

View File

@@ -1,5 +1,6 @@
{ lib, config, ... }:
let kernelPackages = config.boot.kernelPackages;
let
inherit (config.boot) kernelPackages;
in {
imports = [
../../../common/cpu/amd

View File

@@ -1,4 +1,4 @@
{ lib, pkgs, ... }:
{ lib, ... }:
{
imports = [

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ...}:
{ pkgs, ...}:
let
# This file was obtained from the display while "DDG" mode was enabled.

View File

@@ -1,4 +1,4 @@
{ config, lib, ... }:
{ lib, ... }:
{
imports = [

View File

@@ -1,4 +1,4 @@
{ lib, pkgs, ... }:
{ lib, ... }:
{
imports = [