11.stylix/flake.nix
2021-07-28 14:10:54 +00:00

1 line
71 B
Nix

{ outputs = inputs: { nixosModules.stylix = import ./default.nix; }; }