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