mirror of
https://github.com/LinuxBeginnings/NixOS-Hyprland.git
synced 2026-01-12 07:21:00 -03:00
Added power profiles daemon
On branch main Your branch is up to date with 'origin/main'. Changes to be committed: modified: modules/packages.nix
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
, host
|
, host
|
||||||
, ...
|
, ...
|
||||||
}: {
|
}: {
|
||||||
|
|
||||||
|
services.power-profiles-daemon.enable = true;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -82,6 +85,7 @@
|
|||||||
hyprland-qt-support # for hyprland-qt-support
|
hyprland-qt-support # for hyprland-qt-support
|
||||||
|
|
||||||
# Apps
|
# Apps
|
||||||
|
power-profiles-daemon
|
||||||
loupe
|
loupe
|
||||||
appimage-run
|
appimage-run
|
||||||
bc
|
bc
|
||||||
|
|||||||
Reference in New Issue
Block a user