From af3626ed020c4fae9dc6421a50715714f74f4812 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 12 Jan 2023 19:04:28 -0800 Subject: [PATCH] Add NixOS and Canvas to startpage --- startpage/default.nix | 1 + startpage/index.html | 2 + startpage/nixos.svg | 124 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 127 insertions(+) create mode 100644 startpage/nixos.svg diff --git a/startpage/default.nix b/startpage/default.nix index f7fdfbb..aaca054 100644 --- a/startpage/default.nix +++ b/startpage/default.nix @@ -15,6 +15,7 @@ in "${out}git.svg".source = ./git.svg; "${out}jellyfin.svg".source = ./jellyfin.svg; "${out}nyaa.webp".source = ./nyaa.webp; + "${out}nixos.svg".source = ./nixos.svg; }; # Make files not symlinks, this causes issues displaying in Firefox home.activation.startpage = lib.hm.dag.entryAfter["writeBoundary"] '' diff --git a/startpage/index.html b/startpage/index.html index fda5a42..ea9984c 100644 --- a/startpage/index.html +++ b/startpage/index.html @@ -16,6 +16,8 @@ + NixOS +