Skip to content

Latest commit

 

History

History
111 lines (83 loc) · 2 KB

README.md

File metadata and controls

111 lines (83 loc) · 2 KB

Snow

Built with Nix License: MIT

⚠️ Snow only works on nix flakes based systems ⚠️

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.

Installation

nix profile install github:snowfallorg/snow

Run without installing

nix run github:snowfallorg/snow

Usage

Install a package

Usage: snow install [OPTIONS] [PACKAGES]...

Arguments:
  [PACKAGES]...  

Options:
  -s, --system  
  -h, --home    
  -h, --help    Print help

Remove a package

Usage: snow remove [OPTIONS] [PACKAGES]...

Arguments:
  [PACKAGES]...  

Options:
  -s, --system  
  -h, --home    
  -h, --help    Print help

Update package/s

Usage: snow update [OPTIONS] [PACKAGES]...

Arguments:
  [PACKAGES]...  

Options:
  -s, --system  
  -h, --home    
  -a, --all     
  -h, --help    Print help

Rebuild system configuration

Usage: snow rebuild

Options:
  -h, --help  Print help information

List installed packages

Usage: snow list [OPTIONS]

Options:
  -p, --profile  
  -s, --system   
  -h, --help     Print help information

Search for a package

Usage: snow search [QUERY]...

Arguments:
  [QUERY]...  

Options:
  -h, --help  Print help information

Run a package not currently installed

Usage: snow run <PACKAGE> [ARGUMENTS]...

Arguments:
  <PACKAGE>       
  [ARGUMENTS]...  

Options:
  -h, --help  Print help information