Shura: add custom fonts for design
This commit is contained in:
parent
9c6a51d857
commit
57df2ac728
|
@ -234,11 +234,11 @@
|
|||
"nix-secrets": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1724691044,
|
||||
"narHash": "sha256-5edUptO3EjmsvJuaVGI+hdGWRjCo4pBpn96s0bTawAU=",
|
||||
"lastModified": 1724954426,
|
||||
"narHash": "sha256-wwdRp8WCWnV6j5cNvmXwnIH+2rGYLMxzkRn06mPMga0=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "32d3f186c66df00253f80712c2c525616f5d6f25",
|
||||
"revCount": 61,
|
||||
"rev": "6cd67258551ae88583552c7dc438ed54602078ee",
|
||||
"revCount": 62,
|
||||
"type": "git",
|
||||
"url": "file:./nix-secrets"
|
||||
},
|
||||
|
|
|
@ -25,6 +25,8 @@ in
|
|||
system.stateVersion = stateVersion;
|
||||
networking.hostName = hostName;
|
||||
|
||||
custom-fonts.Freight-Pro.enable = true;
|
||||
|
||||
aux.system = {
|
||||
apps = {
|
||||
development.enable = true;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 32d3f186c66df00253f80712c2c525616f5d6f25
|
||||
Subproject commit 6cd67258551ae88583552c7dc438ed54602078ee
|
Loading…
Reference in a new issue