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:
parent
5daa44e11c
commit
7b26c45fb8
3 changed files with 34 additions and 42 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue