From 2633210476b9c301434a6dc735c698e4fbe2eecb Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 31 Aug 2025 14:18:43 +0200 Subject: [PATCH] improve cpu usage --- overlays.nix | 3 +++ systems/laptop/configuration.nix | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/overlays.nix b/overlays.nix index 288517d..2d282a5 100644 --- a/overlays.nix +++ b/overlays.nix @@ -75,6 +75,9 @@ in }; }; + #hyprland = prev.hyprland.override { + # debug = true; + #}; #hyprland = # inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland; #xdg-desktop-portal-hyprland = diff --git a/systems/laptop/configuration.nix b/systems/laptop/configuration.nix index 0204978..c2e1d6b 100644 --- a/systems/laptop/configuration.nix +++ b/systems/laptop/configuration.nix @@ -32,7 +32,7 @@ settings.enable = true; }; misc = { - docker.enable = true; + docker.enable = false; firejail.enable = true; }; hardware = { @@ -54,7 +54,7 @@ #emulators.enable = true; hyprland.enable = true; games.enable = true; - ime.enable = true; + ime.enable = false; # causes reatively high cpu usage on hyprland shared.enable = true; stylix = { enable = true; @@ -72,7 +72,7 @@ ryzenadj ]; - services.joycond.enable = true; + #services.joycond.enable = true; #todo: extract this services.xserver = {