From ed4a9f463e99c9584758107154d08826aa9828e1 Mon Sep 17 00:00:00 2001 From: jwy Date: Thu, 4 Jul 2024 02:47:29 -0400 Subject: [PATCH] Enabled power profiles daemon and added Mozilla Thunderbird to packages --- nix-config/home/packages.nix | 1 + nix-config/system/services.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/nix-config/home/packages.nix b/nix-config/home/packages.nix index 7feef4166..a3e7189dd 100644 --- a/nix-config/home/packages.nix +++ b/nix-config/home/packages.nix @@ -22,6 +22,7 @@ in { #nixpkgs-unstable.legacyPackages.${pkgs.system}.webp-pixbuf-loader # other betterlockscreen nh tldr tor-browser networkmanager_dmenu networkmanagerapplet + thunderbird # fonts cherry clarity-city cozette diff --git a/nix-config/system/services.nix b/nix-config/system/services.nix index 88a9c9ad1..e85ba18d1 100644 --- a/nix-config/system/services.nix +++ b/nix-config/system/services.nix @@ -31,6 +31,7 @@ hardware.bluetooth.powerOnBoot = false; # powers up the default Bluetooth controller on boot services.blueman.enable = true; + services.power-profiles-daemon.enable = true; services.gnome.gnome-keyring.enable=true; security.pam.services.sddm.enableGnomeKeyring = true; #security.pam.services.login.enableGnomeKeyring = true;