mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-09 23:26:24 +00:00
87 lines
3 KiB
Nix
87 lines
3 KiB
Nix
|
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
|
||
|
{ lib, pkgs, ... }:
|
||
|
with lib.hm.gvariant;
|
||
|
{
|
||
|
home.packages = with pkgs; [
|
||
|
tilix
|
||
|
];
|
||
|
|
||
|
dconf.settings = {
|
||
|
"com/gexperts/Tilix" = {
|
||
|
app-title = "\${appName}: \${directory}";
|
||
|
paste-strip-trailing-whitespace = true;
|
||
|
prompt-on-close = true;
|
||
|
quake-hide-lose-focus = true;
|
||
|
quake-specific-monitor = 0;
|
||
|
session-name = "\${id}";
|
||
|
terminal-title-show-when-single = true;
|
||
|
terminal-title-style = "none";
|
||
|
use-tabs = true;
|
||
|
window-style = "normal";
|
||
|
};
|
||
|
|
||
|
"com/gexperts/Tilix/keybindings" = {
|
||
|
win-view-sidebar = "<Primary>F12";
|
||
|
};
|
||
|
|
||
|
"com/gexperts/Tilix/profiles" = {
|
||
|
default = "d1def387-a465-4497-81bc-b8b2de782b2d";
|
||
|
list = [ "d1def387-a465-4497-81bc-b8b2de782b2d" ];
|
||
|
};
|
||
|
|
||
|
"com/gexperts/Tilix/profiles/d1def387-a465-4497-81bc-b8b2de782b2d" = {
|
||
|
background-color = "#121212121414";
|
||
|
badge-color = "#E6E66D6DFFFF";
|
||
|
badge-color-set = true;
|
||
|
badge-font = "FiraCode Nerd Font Mono 12";
|
||
|
badge-text = "\${columns}x\${rows}";
|
||
|
badge-use-system-font = false;
|
||
|
bold-color = "#C8C8C8C8C8C8";
|
||
|
bold-color-set = true;
|
||
|
bold-is-bright = false;
|
||
|
cell-height-scale = 1.0;
|
||
|
cell-width-scale = 1.0;
|
||
|
cursor-background-color = "#FFFFB6B63838";
|
||
|
cursor-blink-mode = "on";
|
||
|
cursor-colors-set = true;
|
||
|
cursor-foreground-color = "#FFFFB6B63838";
|
||
|
default-size-columns = 132;
|
||
|
default-size-rows = 50;
|
||
|
draw-margin = 80;
|
||
|
font = "FiraCode Nerd Font Medium 12";
|
||
|
foreground-color = "#C8C8C8C8C8C8";
|
||
|
highlight-background-color = "#1E1E1E1E2020";
|
||
|
highlight-colors-set = false;
|
||
|
highlight-foreground-color = "#C8C8C8C8C8C8";
|
||
|
palette = [ "#121212121414" "#D6D62B2B2B2B" "#4141DDDD7575" "#FFFFB6B63838" "#2828A9A9FFFF" "#E6E66D6DFFFF" "#1414E5E5D3D3" "#C8C8C8C8C8C8" "#434343434545" "#DEDE56565656" "#A1A1EEEEBBBB" "#FFFFC5C56060" "#9494D4D4FFFF" "#F2F2B6B6FFFF" "#A0A0F5F5EDED" "#E9E9E9E9E9E9" ];
|
||
|
scrollback-unlimited = true;
|
||
|
terminal-title = "";
|
||
|
use-system-font = true;
|
||
|
use-theme-colors = false;
|
||
|
visible-name = "Bearded Dark Vivid";
|
||
|
};
|
||
|
|
||
|
"org/gnome/desktop/default/applications/terminal" = {
|
||
|
exec = "tilix";
|
||
|
exec-arg = "-e";
|
||
|
};
|
||
|
|
||
|
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||
|
custom-keybindings = [ "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/" "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/" "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/" ];
|
||
|
terminal = [ "" ];
|
||
|
};
|
||
|
|
||
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = {
|
||
|
binding = "<Super>t";
|
||
|
command = "tilix";
|
||
|
name = "tilix";
|
||
|
};
|
||
|
|
||
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2" = {
|
||
|
binding = "<Primary><Alt>t";
|
||
|
command = "tilix";
|
||
|
name = "tilix";
|
||
|
};
|
||
|
};
|
||
|
}
|