feat(configs/desktop): add google sans

This commit is contained in:
uku 2025-03-01 19:36:10 +01:00
parent ae25ebedf1
commit 1cdca76787
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
3 changed files with 25 additions and 0 deletions

View file

@ -1,5 +1,6 @@
final: prev: {
idea-ultimate-fixed = prev.callPackage ./idea-fixed.nix { };
google-sans = prev.callPackage ./google-sans.nix { };
urbackup-client = prev.urbackup-client.overrideAttrs (old: {
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ prev.autoreconfHook ];