test
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
terminal = {
|
||||
termFont = "JetBrainsMono Nerd Font"; # e.g., JetBrainsMono Nerd Font
|
||||
termSize = "15";
|
||||
termShell = "fish";
|
||||
shellAliases = {
|
||||
ls = "ls --color=auto";
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
confirm_os_window_close = 0;
|
||||
window_padding_width = 10;
|
||||
|
||||
font_size = 12.0;
|
||||
font_size = terminal.termSize;
|
||||
font_family = terminal.termFont;
|
||||
bold_font = "auto";
|
||||
italic_font = "auto";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
pkgs,
|
||||
terminal,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
@@ -12,16 +11,10 @@
|
||||
programs.zoxide.enable = true;
|
||||
|
||||
programs.zsh = {
|
||||
plugins = [
|
||||
];
|
||||
|
||||
enableCompletion = false;
|
||||
syntaxHighlighting.enable = false;
|
||||
|
||||
shellAliases = terminal.shellAliases;
|
||||
|
||||
history.size = 10000;
|
||||
|
||||
antidote = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
||||
Reference in New Issue
Block a user