mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
unclutter: add to channel
This commit is contained in:
parent
3065a7686b
commit
f3cae400e0
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||
make DESTDIR="$out" MANPATH="$out/share/man" PREFIX="" install.man
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Hides mouse pointer while not in use.";
|
||||
longDescription = ''
|
||||
Unclutter hides your X mouse cursor when you do not need it, to prevent
|
||||
|
@ -28,5 +28,7 @@ stdenv.mkDerivation {
|
|||
|
||||
unclutter -idle 1 &
|
||||
'';
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue