Added powerprofiles
This commit is contained in:
parent
a8020955a2
commit
dbaa6735d9
@ -16,6 +16,7 @@
|
||||
self.nixosModules.commonConfig
|
||||
self.nixosModules.bootloader
|
||||
self.nixosModules.niri
|
||||
self.nixosModules.bluetooth
|
||||
#self.nixosModules.distrobox
|
||||
];
|
||||
|
||||
@ -53,6 +54,9 @@
|
||||
};
|
||||
|
||||
services = {
|
||||
power-profiles-daemon = {
|
||||
enable = true;
|
||||
};
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user