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

@ -1,5 +1,4 @@
{ {
lib,
config, config,
osConfig, osConfig,
... ...

View file

@ -5,8 +5,7 @@
hozen, hozen,
... ...
}: let }: let
inherit (osConfig.ooknet.appearance) colorscheme fonts; inherit (osConfig.ooknet.appearance) fonts;
inherit (colorscheme) palette;
inherit (osConfig.ooknet.workstation) environment; inherit (osConfig.ooknet.workstation) environment;
inherit (hozen) color; inherit (hozen) color;
inherit (lib) mkIf; inherit (lib) mkIf;

View file

@ -1,7 +1,6 @@
{ {
osConfig, osConfig,
hozen, hozen,
inputs',
... ...
}: let }: let
inherit (osConfig.ooknet.appearance) cursor; inherit (osConfig.ooknet.appearance) cursor;

View file

@ -1,5 +1,4 @@
{ {
lib,
config, config,
pkgs, pkgs,
keys, keys,

View file

@ -2,7 +2,6 @@
keys, keys,
config, config,
lib, lib,
self,
... ...
}: let }: let
inherit (lib) mkIf; inherit (lib) mkIf;

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
config, config,
pkgs,
... ...
}: let }: let
inherit (lib) mkIf; inherit (lib) mkIf;

View file

@ -140,7 +140,7 @@
}; };
}; };
mkNetworkService = name: network: mkNetworkService = name: _network:
nameValuePair "podman-network-${name}" { nameValuePair "podman-network-${name}" {
description = "Podman network ${name} for ookflix"; description = "Podman network ${name} for ookflix";
serviceConfig = { serviceConfig = {

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
config, config,
pkgs,
... ...
}: let }: let
inherit (lib) mkIf getExe; inherit (lib) mkIf getExe;

View file

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

View file

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

View file

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

View file

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