Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • fxk8y/dotfiles
1 result
Show changes
Commits on Source (2)
......@@ -7,8 +7,8 @@ let
in {
options.users.users = mkOption {
options = [{
dotfiles = {
type = types.attrsOf ( types.submodule {
options.dotfiles = {
base = mkOption {
type = types.path;
default = ./home-profiles;
......@@ -46,7 +46,7 @@ in {
'';
};
};
}];
});
};
config = let
......
......@@ -21,8 +21,8 @@
#font_family Fura Code Retina Nerd Font Complete Mono
#font_family FuraCode Nerd Font:style=Retina
# font_family Fira Code retina
font_family Fira Code Light
font_family Fira Code retina
# font_family Fira Code Light
#font_family Fura Code Retina Nerd Font Complete
italic_font auto
......@@ -31,7 +31,7 @@ bold_font Fira Code Bold
bold_italic_font auto
# Font size (in pts)
font_size 10.0
font_size 14.0
# Adjust the cell dimensions.
# You can use either numbers, which are interpreted as pixels or percentages
......@@ -83,7 +83,7 @@ cursor_blink_interval 0
# Scrollback {{{
# Number of lines of history to keep in memory for scrolling back
scrollback_lines 10000
scrollback_lines 1000000
# Program with which to view scrollback in a new window. The scrollback buffer is passed as
# STDIN to this program. If you change it, make sure the program you use can
......@@ -225,7 +225,7 @@ inactive_text_alpha 1.0
# Tab bar {{{
# Which edge to show the tab bar on, top or bottom
tab_bar_edge bottom
tab_bar_edge top
# The separator between tabs in the tab bar
tab_separator " ┇"
......@@ -526,5 +526,7 @@ macos_hide_from_tasks no
# }}}
# Tabs on top of window
tab_bar_edge top
# tab_bar_edge top - already set above!
# Always show tabs
tab_bar_min_tabs 1