diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/olive/configuration.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hosts/olive/configuration.nix b/hosts/olive/configuration.nix index 0019695..3c15f74 100644 --- a/hosts/olive/configuration.nix +++ b/hosts/olive/configuration.nix | |||
@@ -8,7 +8,6 @@ | |||
8 | imports = | 8 | imports = |
9 | [ | 9 | [ |
10 | ./hardware-configuration.nix | 10 | ./hardware-configuration.nix |
11 | ../../services/battery.nix | ||
12 | ../../services/suspend.nix | 11 | ../../services/suspend.nix |
13 | ]; | 12 | ]; |
14 | 13 | ||
@@ -92,7 +91,6 @@ | |||
92 | adb.enable = true; | 91 | adb.enable = true; |
93 | }; | 92 | }; |
94 | 93 | ||
95 | |||
96 | sound.enable = true; | 94 | sound.enable = true; |
97 | hardware.pulseaudio = { | 95 | hardware.pulseaudio = { |
98 | enable = true; | 96 | enable = true; |
@@ -114,8 +112,8 @@ | |||
114 | 112 | ||
115 | services.batteryNotifier = { | 113 | services.batteryNotifier = { |
116 | enable = true; | 114 | enable = true; |
117 | notifyCapacity = 40; | 115 | notifyCapacity = 20; |
118 | suspendCapacity = 5; | 116 | suspendCapacity = 10; |
119 | }; | 117 | }; |
120 | 118 | ||
121 | users.users.np = { | 119 | users.users.np = { |