diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-12 15:50:08 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-12 15:50:08 +0200 |
| commit | 2c5ceaa439512895990fbfb76e1fc60af6824619 (patch) | |
| tree | a3488397f9bac2e1bea3f634440ba4153172190e | |
| parent | de9e48264e682baca087f04ddbbc1184bf31fa85 (diff) | |
| download | nixos-2c5ceaa439512895990fbfb76e1fc60af6824619.tar nixos-2c5ceaa439512895990fbfb76e1fc60af6824619.tar.gz nixos-2c5ceaa439512895990fbfb76e1fc60af6824619.tar.bz2 nixos-2c5ceaa439512895990fbfb76e1fc60af6824619.tar.xz nixos-2c5ceaa439512895990fbfb76e1fc60af6824619.zip | |
upower daemon on hel
| -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 = { |
