home/dconf: add misc stuff
This commit is contained in:
parent
dca28a6b57
commit
f1659c8fbb
2 changed files with 11 additions and 0 deletions
|
@ -2,5 +2,6 @@
|
|||
imports = [
|
||||
./app-folders.nix
|
||||
./gnome.nix
|
||||
./misc.nix
|
||||
];
|
||||
}
|
||||
|
|
10
users/max/home/dconf/misc.nix
Normal file
10
users/max/home/dconf/misc.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
dconf.settings = {
|
||||
"com/github/liferooter/textpieces" = {
|
||||
style-scheme = "classic-dark";
|
||||
font-name = "Monospace";
|
||||
wrap-lines = true;
|
||||
tabs-to-spaces = false;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue