diff options
-rw-r--r-- | hel.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -217,6 +217,10 @@ | |||
217 | enable = true; | 217 | enable = true; |
218 | drivers = with pkgs; [ samsung-unified-linux-driver ]; | 218 | drivers = with pkgs; [ samsung-unified-linux-driver ]; |
219 | }; | 219 | }; |
220 | |||
221 | upower = { | ||
222 | enable = true; | ||
223 | }; | ||
220 | }; | 224 | }; |
221 | 225 | ||
222 | users = { | 226 | users = { |