This commit is contained in:
ooks-io 2025-01-20 11:17:12 +11:00
parent fcc280a41a
commit 6c644b8a80
12 changed files with 3 additions and 18 deletions

View file

@ -2,9 +2,7 @@
ook,
self,
...
}: let
inherit (ook.lib.builders) mkImage;
in {
}: {
flake.images = {
ooknode = self.nixosConfigurations.ooknode.config.system.build.image;
};

View file

@ -5,7 +5,6 @@
...
}: let
inherit (lib) mkIf;
inherit (lib.nvim.dag) entryBefore;
inherit (lib.nvim.lua) toLuaObject;
cfg = config.vim.theme.custom;

View file

@ -1,5 +1,4 @@
{
lib,
buildNpmPackage,
fetchFromGitHub,
}:

View file

@ -11,10 +11,6 @@ in
{
width ? largestWidth,
height ? largestHeight,
logoScale ? 4,
backgroundColor ? colorscheme.palette.mantle,
logoColor1 ? colorscheme.palette.yellow,
logoColor2 ? colorscheme.palette.green,
}:
pkgs.stdenv.mkDerivation {
name = "generated-nix-wallpaper-${colorscheme.slug}.png";