Don't lock dconf because of home manager
This commit is contained in:
parent
960c8b836d
commit
0f7d4400c2
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
}: {
|
||||
programs.dconf.profiles.user.databases = [
|
||||
{
|
||||
lockAll = true;
|
||||
# Can't lock because of home manager
|
||||
# lockAll = true;
|
||||
settings = lib.mapAttrs (_:
|
||||
lib.mapAttrs (name: value:
|
||||
if builtins.isInt value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue