❄ Personal NixOS Flake Manager
nixos home-manager go nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: usage description

Fuwn 67f1cea8 44c9a32f

+2 -1
+1 -1
README.md
··· 51 51 52 52 ```text 53 53 NAME: 54 - rui - A new cli application 54 + rui - Personal NixOS Flake Manager 55 55 56 56 USAGE: 57 57 rui [global options] command [command options]
+1
rui.go
··· 12 12 func main() { 13 13 (&cli.App{ 14 14 Name: "rui", 15 + Usage: "Personal NixOS Flake Manager", 15 16 Description: "Personal NixOS Flake Manager", 16 17 EnableBashCompletion: true, 17 18 Authors: []*cli.Author{