Desktop : Update some docs.

This commit is contained in:
Dmitry Voronin 2024-01-24 18:49:45 +03:00
parent 1e8ec0a735
commit 2ff53424db
3 changed files with 12 additions and 10 deletions

View file

@ -1,6 +1,6 @@
# Find Nix package path. # Find Nix package path.
# Usage: find_nix <PACKAGE> # Usage: nix_find <PACKAGE>
function find_nix() { function nix_find() {
local IFS=$'\n' local IFS=$'\n'
local package="${1}" local package="${1}"

View file

@ -1,5 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
# Help: man configuration.nix or https://nixos.org/nixos/options.html
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
@ -151,11 +152,6 @@
# Nix. # Nix.
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# This value determines the NixOS release from which the default # Do not touch ever.
# settings for stateful data, like file locations and database versions system.stateVersion = "23.11";
# on your system were taken. It‘s perfectly fine and recommended to leave
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.11"; # Did you read the comment?
} }

View file

@ -134,7 +134,7 @@ Command|Description
Command|Description Command|Description
---|--- ---|---
`export_java [VERSION]`|Set java version. Sets to latest when not specified. `export_java <VERSION>`|Set java version. Sets to latest when not specified.
## Ffmpeg. ## Ffmpeg.
@ -250,6 +250,12 @@ Command|Description
---|--- ---|---
`ncdu [DIRS]`|Search only on current filesystem. Current dir by default. `ncdu [DIRS]`|Search only on current filesystem. Current dir by default.
## Nix.
Command|Description
---|---
`nix_find <PACKAGE>`|Find Nix package path.
## Notify. ## Notify.
Command|Description Command|Description