This commit is contained in:
Felix Buehler 2021-12-15 11:16:08 +01:00
commit c671158f0a
3 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
element-desktop
element-desktop-wayland
mumble
nheko
pidgin

View file

@ -9,7 +9,7 @@
powerManagement = {
cpuFreqGovernor = lib.mkDefault "powersave";
powertop.enable = true;
#powertop.enable = true; # messes up usb mouse
};
services = {