Update default.nix with new inputs and system variable

This commit is contained in:
panotaka
2023-12-28 18:26:27 -04:00
parent 88c784e747
commit d08335f40f

View File

@@ -1,4 +1,9 @@
{pkgs, ...}: {
{
pkgs,
inputs,
system,
...
}: {
stylix.image = ./DotGrid.svg;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/spaceduck.yaml";