deadnix
This commit is contained in:
parent
fcc280a41a
commit
6c644b8a80
12 changed files with 3 additions and 18 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
osConfig,
|
osConfig,
|
||||||
...
|
...
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
osConfig,
|
osConfig,
|
||||||
hozen,
|
hozen,
|
||||||
inputs',
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (osConfig.ooknet.appearance) cursor;
|
inherit (osConfig.ooknet.appearance) cursor;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
keys,
|
keys,
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
keys,
|
keys,
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
self,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
pkgs,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
pkgs,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib) mkIf getExe;
|
inherit (lib) mkIf getExe;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
buildNpmPackage,
|
buildNpmPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue