feature/argon #25

Merged
aaron merged 15 commits from feature/argon into main 2026-03-06 18:37:02 +01:00
3 changed files with 4 additions and 9 deletions
Showing only changes of commit 404868aa85 - Show all commits

View File

@@ -7,9 +7,9 @@
clipboard-paste-protection = false;
clipboard-read = "allow";
font-family = "0xProto Nerd Font Mono";
font-size = 9;
font-size = 12;
gtk-titlebar = false;
scrollback-limit = 10000;
scrollback-limit = 100000;
shell-integration = "zsh";
theme = "noctalia"; # generated by noctalia-shell
window-decoration = "auto";

View File

@@ -7,8 +7,8 @@
syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;
theme = "gentoo";
#plugins = [ "git" "ssh-agent" ];
theme = "agnoster";
plugins = [ "git" "ssh-agent" "gpg-agent" ];
};
};

View File

@@ -14,10 +14,5 @@
enable = true;
enableCompletion = true;
autosuggestions.enable = true;
ohMyZsh = {
enable = true;
plugins = [ "git" "sudo" ];
theme = "gentoo";
};
};
}