Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 23180eb761 - Show all commits

View file

@ -6,11 +6,12 @@
enableZshIntegration = true;
settings = let
literally_a_billion_million = 10000000000000;
in{
in {
font-family = "Go Mono Nerd Font";
font-size = 12;
background-opacity = 0.95;
scrollback-limit = literally_a_billion_million;
theme = "Fahrenheit";
};
};
}