diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-17 19:30:50 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-17 19:30:58 +0100 |
| commit | 69e57b6f623251df0c28bcb8e4634fb24c9546ac (patch) | |
| tree | 303a36583ad624b58bbdc8acaabdb077b9f4254c /hosts | |
| parent | 257e05df975ca7392c6fbcb11905769ce7fc914d (diff) | |
CosmicWM additiona and testing Akonadi
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/apocalypse/default.nix | 1 | ||||
| -rw-r--r-- | hosts/apocalypse/hardware-configuration.nix | 37 |
2 files changed, 20 insertions, 18 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix index 5e13448..8149611 100644 --- a/hosts/apocalypse/default.nix +++ b/hosts/apocalypse/default.nix @@ -14,6 +14,7 @@ addons = { desktop.hyprland.enable = true; desktop.xfce.enable = true; + desktop.cosmic.enable = true; steam.enable = true; virtualisation.guest = false; diff --git a/hosts/apocalypse/hardware-configuration.nix b/hosts/apocalypse/hardware-configuration.nix index 74b1101..a644cd9 100644 --- a/hosts/apocalypse/hardware-configuration.nix +++ b/hosts/apocalypse/hardware-configuration.nix @@ -144,23 +144,24 @@ # Copied from nix wiki to save on battery life. services.tlp = { - enable = true; - settings = { - CPU_SCALING_GOVERNOR_ON_AC = "performance"; - CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; - - CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; - CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; - - CPU_MIN_PERF_ON_AC = 0; - CPU_MAX_PERF_ON_AC = 100; - CPU_MIN_PERF_ON_BAT = 0; - CPU_MAX_PERF_ON_BAT = 20; - - #Optional helps save long term battery health - START_CHARGE_THRESH_BAT0 = 40; # 40 and below it starts to charge - STOP_CHARGE_THRESH_BAT0 = 80; # 80 and above it stops charging - - }; + enable = false; }; + # settings = { + # CPU_SCALING_GOVERNOR_ON_AC = "performance"; + # CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; + # + # CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; + # CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; + # + # CPU_MIN_PERF_ON_AC = 0; + # CPU_MAX_PERF_ON_AC = 100; + # CPU_MIN_PERF_ON_BAT = 0; + # CPU_MAX_PERF_ON_BAT = 20; + # + # #Optional helps save long term battery health + # START_CHARGE_THRESH_BAT0 = 40; # 40 and below it starts to charge + # STOP_CHARGE_THRESH_BAT0 = 80; # 80 and above it stops charging + # + # }; + # }; } |
