Page image
GNU Guix
GNU Guix stuff
Published: Jul 30, 2025
Attribution Attribution: GNU Love - Alison Upton

Packages wishlist

There is a community wishlist on LibrePlanet. This is my personal list. Packages are listed in no particular order.

Tips and tricks

Using a lock screen

If your lock screen has an authentication feature (i.e, login using password), most likely that the program requires a configuration file in the /etc/pam.d directory. You can add an entry for any screen locker like this by adding a screen-locker-service-type to your system’s service list.

Here’s an example for gtklock:

 (service screen-locker-service-type
  (screen-locker-configuration
	(name "gtklock")
	(program (file-append gtklock "/bin/gtklock"))
	(using-pam? #t)
	(using-setuid? #f)))

Resources


← Go to parent
Category:  Linux UNIX systems Review
Tags:  GNU Guix