commit | f6708a7533873fb553e54c3e5237a0adb84a128a | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Sep 01 23:50:10 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Sep 04 11:34:27 2022 +0100 |
tree | d97c9c6435615a7b3bed725bc89e4775484858ad | |
parent | 6f613d0141d7a8558dd81e350cb011026b39d285 [diff] |
Enable dconf - dconf is used for storing system configuration
diff --git a/modules/dconf.nix b/modules/dconf.nix new file mode 100644 index 0000000..cd8536c --- /dev/null +++ b/modules/dconf.nix
@@ -0,0 +1,3 @@ +{ + config.programs.dconf.enable = true; +}