-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gnome-shell-extension-pixel-saver: init at 1.10 #34185
gnome-shell-extension-pixel-saver: init at 1.10 #34185
Conversation
description = "Pixel Saver is designed to save pixel by fusing activity bar and title bar in a natural way"; | ||
license = licenses.mit; | ||
maintainers = with maintainers; [ jonafato ]; | ||
homepage = https://github.com/daedalnix/pixel-saver; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The URL is broken (ea → ae)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jtojnar Thanks, fixed.
9e28cf5
to
6f8460a
Compare
Thanks. |
meta = with stdenv.lib; { | ||
description = "Pixel Saver is designed to save pixel by fusing activity bar and title bar in a natural way"; | ||
license = licenses.mit; | ||
maintainers = with maintainers; [ jonafato ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add the platforms attribute? https://nixos.org/nixpkgs/manual/#idm140737317010160
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to include platforms = platforms.linux;
.
6f8460a
to
d48e704
Compare
@jtojnar Thanks for the feedback here. I plan to package more extensions, so getting a couple into a good state should make the following ones easier. |
Thanks. |
Motivation for this change
Add the pixel saver GNOME Shell extension
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)