mirror of
https://github.com/LinuxBeginnings/NixOS-Hyprland.git
synced 2026-01-11 15:01:01 -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
|
||||
, ...
|
||||
}: {
|
||||
|
||||
services.power-profiles-daemon.enable = true;
|
||||
|
||||
programs = {
|
||||
hyprland = {
|
||||
enable = true;
|
||||
@@ -82,6 +85,7 @@
|
||||
hyprland-qt-support # for hyprland-qt-support
|
||||
|
||||
# Apps
|
||||
power-profiles-daemon
|
||||
loupe
|
||||
appimage-run
|
||||
bc
|
||||
|
||||
Reference in New Issue
Block a user