adding first steps to cnixlab and some small fixes

This commit is contained in:
2025-03-22 06:03:07 +01:00
parent 488f075f74
commit 55ce423924
25 changed files with 868 additions and 180 deletions

View File

@@ -22,9 +22,9 @@ in {
default = {
search = {
force = true;
default = "DuckDuckGo";
privateDefault = "DuckDuckGo";
order = ["DuckDuckGo" "Google"];
default = "ddg";
privateDefault = "ddg";
order = ["ddg" "google"];
};
bookmarks = {};
# extensions = with config.nur.repos.rycee.firefox-addons; [

View File

@@ -44,7 +44,7 @@ in {
};
};
}
(mkIf (host == "cnix") {
(mkIf (host == "cnixtop") {
programs.fuzzel.settings.main.terminal = "${inputs.ghostty.packages.x86_64-linux.default}/bin/ghostty";
})
(mkIf (host == "cnixpad") {

View File

@@ -35,7 +35,7 @@ in {
};
};
}
(mkIf (host == "cnix") {
(mkIf (host == "cnixtop") {
programs.ghostty.settings.command = "${getExe config.programs.fish.package}";
})
(mkIf (host == "cnixpad") {