diff --git a/home-manager/system/hyprland.nix b/home-manager/system/hyprland.nix index 8f5ef01..4fea4a1 100644 --- a/home-manager/system/hyprland.nix +++ b/home-manager/system/hyprland.nix @@ -6,7 +6,7 @@ ... }: let hostname = "zion"; -in { +in { # ------------------------------------------------ # Needed Packages # ------------------------------------------------ diff --git a/hosts/modules/tlp.nix b/hosts/modules/tlp.nix index 6984354..10ddbf8 100644 --- a/hosts/modules/tlp.nix +++ b/hosts/modules/tlp.nix @@ -1,7 +1,4 @@ -{ - config, - ... -}: { +{config, ...}: { boot = { kernelModules = ["acpi_call"]; extraModulePackages = with config.boot.kernelPackages; [acpi_call]; diff --git a/hosts/thor/configuration.nix b/hosts/thor/configuration.nix index a10d248..5e06c95 100644 --- a/hosts/thor/configuration.nix +++ b/hosts/thor/configuration.nix @@ -48,7 +48,7 @@ # ../modules/remote-builder.nix ../modules/security.nix ../modules/ssh.nix -# ../modules/steam.nix + # ../modules/steam.nix ../modules/tlp.nix ../modules/users.nix ../modules/vm.nix diff --git a/hosts/zion/configuration.nix b/hosts/zion/configuration.nix index 0e6e87d..33ac484 100644 --- a/hosts/zion/configuration.nix +++ b/hosts/zion/configuration.nix @@ -49,7 +49,7 @@ ../modules/security.nix ../modules/ssh.nix ../modules/steam.nix -# ../modules/tlp.nix + # ../modules/tlp.nix ../modules/users.nix ../modules/vm.nix ../modules/xserver.nix