dconf2nix
This commit is contained in:
parent
0ce1745b1c
commit
961c984de6
2 changed files with 5 additions and 0 deletions
|
@ -130,6 +130,8 @@
|
||||||
fprintd
|
fprintd
|
||||||
|
|
||||||
# General packages
|
# General packages
|
||||||
|
# https://github.com/gvolpe/dconf2nix
|
||||||
|
dconf2nix
|
||||||
wget
|
wget
|
||||||
vim
|
vim
|
||||||
git
|
git
|
||||||
|
|
|
@ -17,6 +17,9 @@ in
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
credential.helper = "cache --timeout=25920000";
|
credential.helper = "cache --timeout=25920000";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# dconf settings:
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue