My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[zaphod] Enable upower

dish 77538095 041b97d3

+6
+6
hosts/zaphod/misc.nix
··· 53 53 programs.steam.extraPackages = [ 54 54 pkgs.pixman 55 55 ]; 56 + 57 + services.upower = { 58 + enable = true; 59 + percentageLow = 30; 60 + percentageCritical = 15; 61 + }; 56 62 }