summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-12 15:50:08 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-12 15:50:08 +0200
commit2c5ceaa439512895990fbfb76e1fc60af6824619 (patch)
treea3488397f9bac2e1bea3f634440ba4153172190e /hel.nix
parentde9e48264e682baca087f04ddbbc1184bf31fa85 (diff)
downloadnixos-2c5ceaa439512895990fbfb76e1fc60af6824619.tar
nixos-2c5ceaa439512895990fbfb76e1fc60af6824619.tar.gz
nixos-2c5ceaa439512895990fbfb76e1fc60af6824619.tar.bz2
nixos-2c5ceaa439512895990fbfb76e1fc60af6824619.tar.xz
nixos-2c5ceaa439512895990fbfb76e1fc60af6824619.zip
upower daemon on hel
Diffstat (limited to 'hel.nix')
-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 = {