Home Gen25 @ 2025-05-10-18:44 by jonas@monolith
This commit is contained in:
parent
fc0874f33c
commit
4c9b31b131
@ -9,7 +9,7 @@
|
|||||||
cmake
|
cmake
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
fira
|
fira
|
||||||
fira-code-nerdfont
|
nerd-fonts.fira-code
|
||||||
gcc
|
gcc
|
||||||
];
|
];
|
||||||
default-core-pkgs = with pkgs; [
|
default-core-pkgs = with pkgs; [
|
||||||
|
|||||||
@ -24,8 +24,8 @@ in {
|
|||||||
|
|
||||||
# Search
|
# Search
|
||||||
search = {
|
search = {
|
||||||
default = "DuckDuckGo";
|
default = "ddg";
|
||||||
order = ["DuckDuckGo" "Google"];
|
order = ["ddg" "google"];
|
||||||
force = true;
|
force = true;
|
||||||
engines = {
|
engines = {
|
||||||
"Nix Packages" = {
|
"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
|
||||||
extensions = with inputs.firefox-addons.packages."x86_64-linux"; ([
|
extensions.packages = with inputs.firefox-addons.packages."x86_64-linux"; ([
|
||||||
ublock-origin
|
ublock-origin
|
||||||
violentmonkey
|
violentmonkey
|
||||||
]
|
]
|
||||||
|
|||||||
@ -14,7 +14,7 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
shellIntegration.enableZshIntegration = true;
|
shellIntegration.enableZshIntegration = true;
|
||||||
font = {
|
font = {
|
||||||
package = pkgs.fira-code-nerdfont;
|
package = pkgs.nerd-fonts.fira-code;
|
||||||
name = "Fira Code Nerd Font";
|
name = "Fira Code Nerd Font";
|
||||||
size = 12;
|
size = 12;
|
||||||
};
|
};
|
||||||
|
|||||||
@ -31,7 +31,7 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
pinentryPackage =
|
pinentry.package =
|
||||||
if cfg.pinentry == "qt"
|
if cfg.pinentry == "qt"
|
||||||
then pkgs.pinentry-qt
|
then pkgs.pinentry-qt
|
||||||
else pkgs.pinentry.gnome3;
|
else pkgs.pinentry.gnome3;
|
||||||
|
|||||||
@ -27,7 +27,6 @@ in {
|
|||||||
# fancy ls command
|
# fancy ls command
|
||||||
programs.lsd = {
|
programs.lsd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAliases = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Zsh
|
# Zsh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user