update flake

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-08-14 12:01:08 +02:00
parent e58bb947d3
commit 0846223efd
4 changed files with 87 additions and 153 deletions
+1 -2
View File
@@ -1,12 +1,11 @@
{
pkgs,
inputs,
config,
lib,
...
}: let
c = config.lib.stylix.colors;
tuigreet = inputs.notashelf-tuigreet.packages.${pkgs.stdenv.hostPlatform.system}.default;
tuigreet = pkgs.tuigreet;
theme = lib.concatStringsSep ";" [
"border=#${c.base0D}"