mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
docs
This commit is contained in:
parent
b2dad068eb
commit
b7992d96a2
@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
# To add new config changes to NixOS:
|
# To add new config changes to NixOS:
|
||||||
# - Dump current settings
|
# - Dump current settings
|
||||||
# dconf dump / > dconf/old.ini
|
# dconf dump / > dconf/$(date +%s).ini
|
||||||
# - Change a setting, e.g. with dconf-editir
|
# - Change a setting, e.g. with dconf-editir
|
||||||
# - Dump new settings
|
# - Dump new settings
|
||||||
# dconf dump / > dconf/new.ini
|
# dconf dump / > dconf/$(date +%s).ini
|
||||||
# - Display changes
|
# - Display changes
|
||||||
# diff --context=5 dconf/old.ini dconf/new.ini
|
# diff --context=5 dconf/OLD-DATE.ini dconf/NEW-DATE.ini
|
||||||
# - Add to `dconf.settings` below.
|
# - Add to `dconf.settings` below.
|
||||||
|
|
||||||
# Restore settings:
|
# Restore settings:
|
||||||
# dconf load / < dconf/old.ini
|
# dconf load / < dconf/OLD-DATE.ini
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user