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,
osConfig,
...

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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