From e375c19c7da67753128746edf38fd39a768e78b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Thu, 9 Jan 2025 10:38:46 +0100 Subject: [PATCH] fix: reformatted config --- home-manager/system/hyprland.nix | 2 +- hosts/modules/tlp.nix | 5 +---- hosts/thor/configuration.nix | 2 +- hosts/zion/configuration.nix | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) 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