aboutsummaryrefslogtreecommitdiff
path: root/nixos/services/misc.service.nix
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-02-26 13:53:41 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-02-26 13:53:41 +0200
commit19e72eedb7a4b447e3574b39c74e097417fbe91e (patch)
tree0209c6e40b4707dd989ddcdae2e0a5119ad4a44a /nixos/services/misc.service.nix
parent00f5075f174b5c941dff095560d19c1580e74b70 (diff)
downloadnixos-configuration-19e72eedb7a4b447e3574b39c74e097417fbe91e.tar.gz
nixos-configuration-19e72eedb7a4b447e3574b39c74e097417fbe91e.tar.bz2
nixos-configuration-19e72eedb7a4b447e3574b39c74e097417fbe91e.zip
feat: redesign, with onedark theme
Diffstat (limited to 'nixos/services/misc.service.nix')
-rw-r--r--nixos/services/misc.service.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/services/misc.service.nix b/nixos/services/misc.service.nix
index 86f490d..f204f44 100644
--- a/nixos/services/misc.service.nix
+++ b/nixos/services/misc.service.nix
@@ -1,7 +1,7 @@
{ ... }: {
- specialisation.powersave.configuration = {
- services.auto-cpufreq.enable = true;
- };
+ #specialisation.powersave.configuration = {
+ # services.auto-cpufreq.enable = true;
+ #};
services = {
upower.enable = true;
udisks2.enable = true;