8 lines
No EOL
220 B
Bash
Executable file
8 lines
No EOL
220 B
Bash
Executable file
#!/usr/bin/env nix-shell
|
|
|
|
#! nix-shell -i bash --pure
|
|
#! nix-shell -p bash dconf dconf2nix nodejs_24
|
|
|
|
dconf dump / > dconf.settings
|
|
node ./cleanUpDconf.js
|
|
cat dconf.settings | dconf2nix -i dconf.settings -o dconf.gen.nix |