mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-26 22:45:03 +01:00
docs
This commit is contained in:
parent
4b8afc242a
commit
777fc31b12
5
NixOS.md
5
NixOS.md
@ -13,6 +13,7 @@ This document contains general notes about NixOS that are independent of my NixO
|
|||||||
* [Add Home Manager with niv](#add-home-manager-with-niv)
|
* [Add Home Manager with niv](#add-home-manager-with-niv)
|
||||||
* [Add NUR with niv](#add-nur-with-niv)
|
* [Add NUR with niv](#add-nur-with-niv)
|
||||||
* [System information](#system-information)
|
* [System information](#system-information)
|
||||||
|
* [Customize a NixOS package with override or nix-build](#customize-a-nixos-package-with-override-or-nix-build)
|
||||||
* [Search for packages](#search-for-packages)
|
* [Search for packages](#search-for-packages)
|
||||||
* [Search for options](#search-for-options)
|
* [Search for options](#search-for-options)
|
||||||
* [Search which package owns a file](#search-which-package-owns-a-file)
|
* [Search which package owns a file](#search-which-package-owns-a-file)
|
||||||
@ -137,6 +138,10 @@ nix-info -m
|
|||||||
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
|
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Customize a NixOS package with override or nix-build
|
||||||
|
|
||||||
|
See https://codeberg.org/privacy1st/nix-build-and-override-docs
|
||||||
|
|
||||||
## Search for packages
|
## Search for packages
|
||||||
|
|
||||||
* https://search.nixos.org/packages
|
* https://search.nixos.org/packages
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
gnome.gnome-disk-utility # Partition and format disks. Mount disk images (.ISO)
|
gnome.gnome-disk-utility # Partition and format disks. Mount disk images (.ISO)
|
||||||
gnome.gnome-calculator
|
gnome.gnome-calculator
|
||||||
|
|
||||||
#fractal # Matrix chat client.
|
#unstable.fractal # Matrix chat client.
|
||||||
# Other Matrix clients.
|
# Other Matrix clients.
|
||||||
# fluffychat
|
# fluffychat
|
||||||
# Web version: https://app.cinny.in/
|
# Web version: https://app.cinny.in/
|
||||||
|
Loading…
Reference in New Issue
Block a user