
GNU Guix
GNU Guix stuff
Packages wishlist
There is a community wishlist on LibrePlanet. This is my personal list. Packages are listed in no particular order.
- chawan (Nim)
- Mindustry (Java/Gradle)
- Anki (Rust) (already packaged but extremely outdated and unusable)
- Cube 2: Sauerbraten (GNU Make)
- wpaperd (Rust)
- shadowsocks-rust (Rust)
- Dart Sass (Dart)
- PixivFE (Go)
- micro (Go)
- Crystal (language)
- Plenty LSP servers (Javascript++)
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