From 4443cf834fe8bdbde924a08680fed13eab468f86 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 23 Aug 2023 17:05:46 +0900 Subject: [PATCH] Typo --- nixos/hosts/nixos-laptop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-laptop/default.nix b/nixos/hosts/nixos-laptop/default.nix index 67820786..c5962289 100644 --- a/nixos/hosts/nixos-laptop/default.nix +++ b/nixos/hosts/nixos-laptop/default.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, modulesPath, desktop, username ... }: { +{ config, lib, pkgs, modulesPath, desktop, username, ... }: { imports = [ ../../common/services/powertop.nix ../../common/modules/secureboot.nix