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