nix: add overlay

This commit is contained in:
outfoxxed 2025-09-28 20:24:43 -07:00
parent d4b19e4a30
commit 4b825e7051
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
5 changed files with 22 additions and 11 deletions

View file

@ -1,6 +1,7 @@
{
pkgs ? import <nixpkgs> {},
quickshell ? pkgs.callPackage ./default.nix {},
stdenv ? pkgs.clangStdenv, # faster compiles than gcc
quickshell ? pkgs.callPackage ./default.nix { inherit stdenv; },
...
}: let
tidyfox = import (pkgs.fetchFromGitea {