mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-20 21:58:06 +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/
|
||||
/secrets/
|
||||
/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:
|
||||
# - 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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user