Compare commits

...

2 commits

Author SHA1 Message Date
c5bc75d893
get search-engine icons from url instead of local file
otherwise the icons wont load when copying the search engines over to windows :p
2025-09-29 11:55:57 +02:00
85f9d445e8
change readme slightly 2025-09-29 11:52:32 +02:00
2 changed files with 11 additions and 6 deletions

View file

@ -22,12 +22,12 @@
}; };
"Nix Packages" = { "Nix Packages" = {
urls = mkUrl "https://search.nixos.org/packages?channel=unstable&query={searchTerms}"; urls = mkUrl "https://search.nixos.org/packages?channel=unstable&query={searchTerms}";
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; icon = "https://nixos.org/favicon.svg";
definedAliases = ["@np"]; definedAliases = ["@np"];
}; };
"NixOS Options" = { "NixOS Options" = {
urls = mkUrl "https://search.nixos.org/options?channel=unstable&query={searchTerms}"; urls = mkUrl "https://search.nixos.org/options?channel=unstable&query={searchTerms}";
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; icon = "https://nixos.org/favicon.svg";
definedAliases = ["@no"]; definedAliases = ["@no"];
}; };
"GitHub" = { "GitHub" = {

View file

@ -1,6 +1,11 @@
config files for my puters config files for my puters
nixdesk - main desktop hosts:
conifer - main desktop wsl nixdesk - desktop (5600x, 6700 xt, 16gb, 2tb)
hopper - server conifer - wsl (desktop & school laptop)
rackserv - cheap 2gb racknerd vps hopper - server (old hp with i5 2400, 8gb ram)
rackserv - cheap 2gb vps
stack:
sops-nix for secrets, currently stored in git repo and encrypted with ssh keys, might move to hashicorp vault/openbao eventually
deployments with nixos-rebuild (see Justfile), it works ig