Update 'Nix'

Neovoid Pineapple 2023-02-03 14:37:40 +00:00
parent 2a6cf4cb9c
commit 41eae62dd5

2
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 |