Compare commits

..

3 Commits

View File

@@ -132,6 +132,9 @@
}; };
settings = { settings = {
"browser.formfill.enable" = false; "browser.formfill.enable" = false;
"browser.ml.chat.enabled" = false;
"browser.ml.chat.shortcuts" = false;
"browser.ml.chat.sidebar" = false;
"browser.newtabpage.activity-stream.feeds.section.topstories" = false; "browser.newtabpage.activity-stream.feeds.section.topstories" = false;
"browser.newtabpage.activity-stream.feeds.snippets" = false; "browser.newtabpage.activity-stream.feeds.snippets" = false;
"browser.newtabpage.activity-stream.section.highlights.includeBookmarks" = false; "browser.newtabpage.activity-stream.section.highlights.includeBookmarks" = false;
@@ -177,6 +180,17 @@
}; };
}; };
programs.ghostty = {
enable = true;
enableBashIntegration = true;
installVimSyntax = true;
settings = {
theme = "catppuccin-mocha";
font-family = "BlexMono Nerd Font";
font-size = 11;
};
};
programs.git = { programs.git = {
enable = true; enable = true;
userName = "chase"; userName = "chase";