mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
gnome dconf backup restore diff
This commit is contained in:
parent
fd8698c5e3
commit
26b9cc782c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
/.idea/
|
/.idea/
|
||||||
/secrets/
|
/secrets/
|
||||||
/result
|
/result
|
||||||
/dconf-*.ini
|
/dconf/*
|
||||||
|
0
dconf/.gitkeep
Normal file
0
dconf/.gitkeep
Normal file
@ -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/old.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/new.ini
|
||||||
# - Display changes
|
# - Display changes
|
||||||
# diff --context=5 dconf-old.ini dconf-new.ini
|
# diff --context=5 dconf/old.ini dconf/new.ini
|
||||||
# - Add to `dconf.settings` below.
|
# - Add to `dconf.settings` below.
|
||||||
|
|
||||||
# Restore settings:
|
# Restore settings:
|
||||||
# dconf load / < dconf-old.ini
|
# dconf load / < dconf/old.ini
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user