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, ... }:
{ pkgs, ... }:
{
services.dbus = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
# Fonts are nice to have

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
services.gnome = {

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
# Import wayland config

View file

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

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
imports = [ ./pipewire.nix

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports = [ ./pipewire.nix

View file

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