Fixed workflow; removed unnecessary stuff; add iso builder

This commit is contained in:
2026-06-22 22:33:33 +02:00
parent 238c4fcaf7
commit 0195c184b7
16 changed files with 113 additions and 173 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
{ pkgs, lib, isDarwin, ... }: {
{
pkgs,
lib,
isDarwin,
...
}:
{
programs.sketchybar = lib.mkIf isDarwin {
enable = true;
configType = "lua";