Add docker to base config and nix options search in firefox
This commit is contained in:
@@ -167,6 +167,25 @@
|
|||||||
icon = "''${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
icon = "''${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
definedAliases = ["@np"];
|
definedAliases = ["@np"];
|
||||||
};
|
};
|
||||||
|
"Nix Options" = {
|
||||||
|
urls = [
|
||||||
|
{
|
||||||
|
template = "https://search.nixos.org/options?channel=unstable";
|
||||||
|
params = [
|
||||||
|
{
|
||||||
|
name = "type";
|
||||||
|
value = "options";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "query";
|
||||||
|
value = "{searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
icon = "''${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
|
definedAliases = ["@no"];
|
||||||
|
};
|
||||||
"SearX" = {
|
"SearX" = {
|
||||||
urls = [{template = "https://searx.traphouse.cathoderaytube.net/?q={searchTerms}";}];
|
urls = [{template = "https://searx.traphouse.cathoderaytube.net/?q={searchTerms}";}];
|
||||||
definedAliases = ["@searx"];
|
definedAliases = ["@searx"];
|
||||||
|
|||||||
@@ -96,6 +96,7 @@
|
|||||||
"audio"
|
"audio"
|
||||||
"cdrom"
|
"cdrom"
|
||||||
"dialout"
|
"dialout"
|
||||||
|
"docker"
|
||||||
"kvm"
|
"kvm"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"tss"
|
"tss"
|
||||||
@@ -242,4 +243,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.yubikey-agent.enable = true;
|
services.yubikey-agent.enable = true;
|
||||||
|
|
||||||
|
virtualisation.docker = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user