mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
I broke out host specific bits from the configuration that should be common to all hosts of a given type.
24 lines
775 B
Nix
24 lines
775 B
Nix
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
|
|
{ lib, ... }:
|
|
|
|
with lib.hm.gvariant;
|
|
|
|
{
|
|
dconf.settings = {
|
|
"com/gexperts/Tilix/profiles/2b7c4080-0ddd-46c5-8f23-563fd3ba789d" = {
|
|
background-color = "#272822";
|
|
background-transparency-percent = 10;
|
|
badge-color-set = false;
|
|
bold-color-set = false;
|
|
cursor-colors-set = false;
|
|
font = "Hack Nerd Font Mono 12";
|
|
foreground-color = "#F8F8F2";
|
|
highlight-colors-set = false;
|
|
palette = [ "#272822" "#F92672" "#A6E22E" "#F4BF75" "#66D9EF" "#AE81FF" "#A1EFE4" "#F8F8F2" "#75715E" "#F92672" "#A6E22E" "#F4BF75" "#66D9EF" "#AE81FF" "#A1EFE4" "#F9F8F5" ];
|
|
use-system-font = false;
|
|
use-theme-colors = false;
|
|
visible-name = "Default";
|
|
};
|
|
|
|
};
|
|
}
|