From 8ff279e2cfd5388acf7de892b7608d12ffb6ea7f Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sun, 20 Oct 2024 00:52:26 -0500 Subject: [PATCH] Add power-profiles-daemon Required for automatically switching profiles, apparently: https://pointieststick.com/2021/07/23/this-week-in-kde-power-profiles-and-a-more-polished-kickoff/#comment-23715 --- oscar/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oscar/configuration.nix b/oscar/configuration.nix index 7e4e395..bba5083 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -249,8 +249,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget + power-profiles-daemon ]; # Some programs need SUID wrappers, can be configured further or are