d2f065b793
Provides an app to view battery and power statistics. This app is badly documented on the web, but is in the default Fedora install; hence to motivation to add it to Nix.
10 lines
308 B
Nix
10 lines
308 B
Nix
# Autogenerated by maintainers/scripts/gnome.sh update
|
|
|
|
fetchurl: {
|
|
name = "gnome-power-manager-3.26.0";
|
|
|
|
src = fetchurl {
|
|
url = mirror://gnome/sources/gnome-power-manager/3.26/gnome-power-manager-3.26.0.tar.xz;
|
|
sha256 = "20aee0b0b4015e7cc6fbabc3cbc4344c07c230fe3d195e90c8ae0dc5d55a2d4e";
|
|
};
|
|
}
|