Auto-commit: 2026-01-05 16:26:27

This commit is contained in:
2026-01-05 16:26:27 +00:00
parent 5e7b2eac2d
commit ac3345c4fb

View File

@@ -1,6 +1,6 @@
{ inputs, pkgs, config, lib, ... }:
{ inputs, pkgs, nixosConfig, lib, ... }:
let
cfg = config.my.desktop.spicetify;
cfg = nixosConfig.my.desktop.spicetify;
in
{
imports = [