Compare commits

..

3 Commits

View File

@@ -132,6 +132,9 @@
};
settings = {
"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.snippets" = false;
"browser.newtabpage.activity-stream.section.highlights.includeBookmarks" = false;
@@ -176,6 +179,17 @@
};
};
};
programs.ghostty = {
enable = true;
enableBashIntegration = true;
installVimSyntax = true;
settings = {
theme = "catppuccin-mocha";
font-family = "BlexMono Nerd Font";
font-size = 11;
};
};
programs.git = {
enable = true;