diff --git a/Nix.md b/Nix.md index 5745006..2e16a36 100644 --- a/Nix.md +++ b/Nix.md @@ -23,7 +23,7 @@ For graphical acceleration, desktop integration, and fixing locale warnings, see | Description | Command | Example | | -------- | -------- | -------- | -| List All Installed pkgs | nix-env -q | nix-env -q librewolf | +| List All Installed pkgs | nix-env -q | -- | | Query Installed pkgs | nix-env -q search_term | nix-env -q librewolf | | Query Available pkgs | nix-env -qa search_term | nix-env -qa calibre | | Install pkgs | nix-env -iA nixpkgs.pkg_name | nix-env -iA nixpkgs.sakura |