Rm redundant args

This commit is contained in:
Sridhar Ratnakumar 2023-07-15 11:49:19 -04:00
parent a5c6e509c3
commit f0c0513fe3
3 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,3 @@
{ config, pkgs, ... }:
{
# NOTE: might have to disable tlp to ignore suspend on lid. Ideally
# disable just that. P71 is acting as a server right now, always plugged.

View file

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

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ lib, ... }:
let
userSubmodule = lib.types.submodule {
options = {