Snow is a small command-line tool that allows you to configure all your NixOS packages in one place. Snow is written with rust and uses nix-data and nix-editor to parse and edit configuration files.
nix profile install github:snowfallorg/snow
nix run github:snowfallorg/snow
Usage: snow install [OPTIONS] [PACKAGES]...
Arguments:
[PACKAGES]...
Options:
-s, --system
-h, --home
-h, --help Print help
Usage: snow remove [OPTIONS] [PACKAGES]...
Arguments:
[PACKAGES]...
Options:
-s, --system
-h, --home
-h, --help Print help
Usage: snow update [OPTIONS] [PACKAGES]...
Arguments:
[PACKAGES]...
Options:
-s, --system
-h, --home
-a, --all
-h, --help Print help
Usage: snow rebuild
Options:
-h, --help Print help information
Usage: snow list [OPTIONS]
Options:
-p, --profile
-s, --system
-h, --help Print help information
Usage: snow search [QUERY]...
Arguments:
[QUERY]...
Options:
-h, --help Print help information
Usage: snow run <PACKAGE> [ARGUMENTS]...
Arguments:
<PACKAGE>
[ARGUMENTS]...
Options:
-h, --help Print help information