From dfb5cf3122bd8437a9842df99616a981ddc20e92 Mon Sep 17 00:00:00 2001 From: Neovoid Pineapple Date: Fri, 3 Feb 2023 14:30:32 +0000 Subject: [PATCH] Update 'Nix' --- Nix.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Nix.md b/Nix.md index 4f17eca..18d6e5c 100644 --- a/Nix.md +++ b/Nix.md @@ -18,7 +18,8 @@ You can install packages with `nix-env --install`. `nix-env --query` lists all d For graphical acceleration, desktop integration, and fixing locale warnings, see this [ArchWiki page](https://wiki.archlinux.org/title/Nix). ### Basic of nix package manager (cheatsheet) -|-------------------------+----------------------------------------+----------------------------| + + | Description | Command | Example | |-------------------------+----------------------------------------+----------------------------| | List All Installed pkgs | nix-env -q | | @@ -28,7 +29,7 @@ For graphical acceleration, desktop integration, and fixing locale warnings, see | Upgrade single pkg | nix-env -u pkg_name | nix-env -u librewolf | | Upgrade All pkg | nix-env -u | nix-env -u | | Uninstall pkg | nix-env -e pkg_name | nix-env -e sakura | -|-------------------------+----------------------------------------+----------------------------| + Note: Installed binaries are stored in ~/.nix-profile/bin