summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 22dec27e..cda0a7d6 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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 = {