1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

updated info about useful fish commands in README.md

This commit is contained in:
xnm
2024-05-12 21:57:03 +03:00
parent f48ec27b26
commit 9c88a6ab0b

View File

@@ -221,7 +221,9 @@ NixOS-specific commands:
- `nswitchu`: rebuild and update your system using the current flake - `nswitchu`: rebuild and update your system using the current flake
- `nau`: add the unstable channel to the package manager - `nau`: add the unstable channel to the package manager
- `nsgc`: optimize the nix store and remove unreferenced and obsolete store paths (equivalent to `sudo nix-store --gc`) - `nsgc`: optimize the nix store and remove unreferenced and obsolete store paths (equivalent to `sudo nix-store --gc`)
- `ngc`: delete old generations of user profiles (equivalent to `sudo nix-collect-garbage -d`) - `ngc`: delete all old generations of user profiles (equivalent to `sudo nix-collect-garbage -d`)
- `ngc7`: delete generations of user profiles older than 7 days (equivalent to `sudo nix-collect-garbage --delete-older-than 7d`)
- `ngc14`: delete generations of user profiles older than 14 days (equivalent to `sudo nix-collect-garbage --delete-older-than 14d`)
- `nixos`: navigate to the `/etc/nixos` directory - `nixos`: navigate to the `/etc/nixos` directory
- `store`: navigate to the `/nix/store` directory - `store`: navigate to the `/nix/store` directory