Shura: add custom fonts for design
This commit is contained in:
parent
9c6a51d857
commit
72735bb7f6
|
@ -234,11 +234,11 @@
|
||||||
"nix-secrets": {
|
"nix-secrets": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1724691044,
|
"lastModified": 1724955811,
|
||||||
"narHash": "sha256-5edUptO3EjmsvJuaVGI+hdGWRjCo4pBpn96s0bTawAU=",
|
"narHash": "sha256-wYm52B5MR4T/cliD5IHRJ2eA27KiAzTUsIE0zc5g70Q=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "32d3f186c66df00253f80712c2c525616f5d6f25",
|
"rev": "709dad0963098dedb6f0c648fef75d95b8f52841",
|
||||||
"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 709dad0963098dedb6f0c648fef75d95b8f52841
|
Loading…
Reference in a new issue