gnome dconf backup restore diff

This commit is contained in:
Daniel Langbein 2024-08-31 13:18:41 +02:00
parent fd8698c5e3
commit 26b9cc782c
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
3 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/.idea/
/secrets/
/result
/dconf-*.ini
/dconf/*

0
dconf/.gitkeep Normal file
View File

View File

@ -10,16 +10,16 @@
# To add new config changes to NixOS:
# - Dump current settings
# dconf dump / > dconf-old.ini
# dconf dump / > dconf/old.ini
# - Change a setting, e.g. with dconf-editir
# - Dump new settings
# dconf dump / > dconf-new.ini
# dconf dump / > dconf/new.ini
# - 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.
# Restore settings:
# dconf load / < dconf-old.ini
# dconf load / < dconf/old.ini
programs.dconf.enable = true;