Compare commits
3 Commits
44b92a93d9
...
c9f11ebe3a
Author | SHA1 | Date | |
---|---|---|---|
c9f11ebe3a | |||
e5b9c994e5 | |||
b0e9334d9c |
@@ -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";
|
||||||
|
Reference in New Issue
Block a user