1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: use Segoe-UI fonts

This commit is contained in:
oddlama 2023-09-05 00:14:21 +02:00
parent 5daa44e11c
commit 7b26c45fb8
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 34 additions and 42 deletions

View file

@ -3,6 +3,7 @@
(import ./oauth2-proxy)
(_self: super: {
kanidm-secret-manipulator = super.callPackage ./kanidm-secret-manipulator.nix {};
segoe-ui-ttf = super.callPackage ./segoe-ui-ttf.nix {};
kanidm = super.kanidm.overrideAttrs (_finalAttrs: _previousAttrs: {
patches = [
(super.fetchpatch {