❄️ Dotfiles for our NixOS system configuration.

chore: fix legacy import

Chloe 3d3acdac 28323253

Changed files
+1 -1
modules
nixos
hardware
+1 -1
modules/nixos/hardware/asus.nix
···
}:
{
-
config = lib.mkIf config.settings.hardware.laptop.enable {
+
config = lib.mkIf config.settings.profiles.laptop.enable {
environment.systemPackages = with pkgs; [ asusctl ]; # Control panel for ASUS laptops
services.asusd = {