diff options
author | Alex Auvolat <alex@adnab.me> | 2023-12-07 09:57:58 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-12-07 09:57:58 +0100 |
commit | dd74b0d39d881745fcf37a309ea407fccadc7314 (patch) | |
tree | d8bcbdf6a77b62f3cc0336e7d90c3dea16b452f2 /nixos | |
parent | 08d10de09d3278165755043b1b5507ce009c6441 (diff) | |
download | user-config-dd74b0d39d881745fcf37a309ea407fccadc7314.tar.gz user-config-dd74b0d39d881745fcf37a309ea407fccadc7314.zip |
add dconf
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 4621b38..ef30a5d 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -305,6 +305,8 @@ ]; + programs.dconf.enable = true; # virt-manager requires dconf to remember settings + programs.vim.defaultEditor = true; programs.steam = { |