1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-09 18:41:06 +01:00

i3status-rust: add module

This adds the i3status-rust[0] module, a replacement for i3status
written in pure Rust.

[0] https://github.com/greshake/i3status-rust
This commit is contained in:
workflow 2020-09-02 10:37:42 +08:00 committed by Robert Helgesson
parent faca77d77d
commit 9e9d8ffc7c
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
10 changed files with 835 additions and 0 deletions

2
.github/CODEOWNERS vendored
View file

@ -69,6 +69,8 @@
/modules/programs/i3status.nix @JustinLovinger
/modules/programs/i3status-rust.nix @workflow
/modules/programs/keychain.nix @marsam
/modules/programs/lesspipe.nix @rycee