goPackages.upower-notify: init at a58ceb9
This commit is contained in:
parent
8928aa9a7b
commit
a1f8b5bcd0
@ -1805,6 +1805,8 @@ let
|
||||
|
||||
go-pup = goPackages.pup.bin // { outputs = [ "bin" ]; };
|
||||
|
||||
go-upower-notify = goPackages.upower-notify.bin // { outputs = [ "bin" ]; };
|
||||
|
||||
googleAuthenticator = callPackage ../os-specific/linux/google-authenticator { };
|
||||
|
||||
google-cloud-sdk = callPackage ../tools/admin/google-cloud-sdk { };
|
||||
|
@ -3791,4 +3791,19 @@ let
|
||||
sha256 = "153hf4dq4jh1yv35pv30idmxhc917qzl590qy5394l48d4rapgb5";
|
||||
buildInputs = [ go-colortext yaml-v2 godotenv ];
|
||||
};
|
||||
|
||||
# To use upower-notify, the maintainer suggests adding something like this to your configuration.nix:
|
||||
#
|
||||
# service.xserver.displayManager.sessionCommands = ''
|
||||
# ${pkgs.dunst}/bin/dunst -shrink -geometry 0x0-50-50 -key space & # ...if don't already have a dbus notification display app
|
||||
# (sleep 3; exec ${pkgs.yeshup}/bin/yeshup ${pkgs.go-upower-notify}/bin/upower-notify) &
|
||||
# '';
|
||||
upower-notify = buildFromGitHub rec {
|
||||
rev = "14c581e683a7e90ec9fa6d409413c16599a5323c";
|
||||
date = "2016-03-10";
|
||||
owner = "omeid";
|
||||
repo = "upower-notify";
|
||||
sha256 = "16zlvn53p9m10ph8n9gps51fkkvl6sf4afdzni6azk05j0ng49jw";
|
||||
propagatedBuildInputs = [ dbus ];
|
||||
};
|
||||
}; in self
|
||||
|
Loading…
Reference in New Issue
Block a user