Home Gen25 @ 2025-05-10-18:44 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-05-26 19:05:02 +02:00
parent fc0874f33c
commit 4c9b31b131
5 changed files with 40 additions and 7 deletions

View File

@ -9,7 +9,7 @@
cmake
emacs-all-the-icons-fonts
fira
fira-code-nerdfont
nerd-fonts.fira-code
gcc
];
default-core-pkgs = with pkgs; [

View File

@ -24,8 +24,8 @@ in {
# Search
search = {
default = "DuckDuckGo";
order = ["DuckDuckGo" "Google"];
default = "ddg";
order = ["ddg" "google"];
force = true;
engines = {
"Nix Packages" = {
@ -45,11 +45,45 @@ in {
}
];
};
"Noogle" = {
urls = [
{
template = "https://noogle.dev/q";
params = [
{
name = "term";
value = "{searchTerms}";
}
];
}
];
};
"cppreference" = {
urls = [
{
template = "https://en.cppreference.com/mwiki/index.php";
params = [
{
name = "title";
value = "Special%3ASearch";
}
{
name = "search";
value = "{searchTerms}";
}
{
name = "Go";
value = "go";
}
];
}
];
};
};
};
# Extensions
extensions = with inputs.firefox-addons.packages."x86_64-linux"; ([
extensions.packages = with inputs.firefox-addons.packages."x86_64-linux"; ([
ublock-origin
violentmonkey
]

View File

@ -14,7 +14,7 @@ in {
enable = true;
shellIntegration.enableZshIntegration = true;
font = {
package = pkgs.fira-code-nerdfont;
package = pkgs.nerd-fonts.fira-code;
name = "Fira Code Nerd Font";
size = 12;
};

View File

@ -31,7 +31,7 @@ in {
enable = true;
enableSshSupport = true;
enableZshIntegration = true;
pinentryPackage =
pinentry.package =
if cfg.pinentry == "qt"
then pkgs.pinentry-qt
else pkgs.pinentry.gnome3;

View File

@ -27,7 +27,6 @@ in {
# fancy ls command
programs.lsd = {
enable = true;
enableAliases = true;
};
# Zsh