Optimized some specialArgs and module argument use

This commit is contained in:
Emmet 2024-01-18 15:36:52 -06:00
parent 2d75530b6d
commit 18c8365f40
76 changed files with 282 additions and 284 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
# Bluetooth

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ ... }:
{
boot.kernelPackages = pkgs.linuxPackages_zen;

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
# OpenGL

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.openrgb-with-all-plugins ];

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
#services.auto-cpufreq.enable = true;

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
# Enable printing

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
services.journald.extraConfig = "SystemMaxUse=50M\nSystemMaxFiles=5";

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ ... }:
{
services.timesyncd.enable = true;