Merge branch 'main' of github.com:itepastra/nixconf
This commit is contained in:
commit
3c0c871f40
2 changed files with 8 additions and 5 deletions
|
|
@ -517,8 +517,11 @@ in
|
||||||
name = "Maple Mono NF";
|
name = "Maple Mono NF";
|
||||||
package = pkgs.maple-mono.NF;
|
package = pkgs.maple-mono.NF;
|
||||||
};
|
};
|
||||||
sansSerif = config.stylix.fonts.monospace;
|
sansSerif = {
|
||||||
serif = config.stylix.fonts.monospace;
|
name = "Lexend";
|
||||||
|
package = pkgs.lexend;
|
||||||
|
};
|
||||||
|
serif = config.stylix.fonts.sansSerif;
|
||||||
};
|
};
|
||||||
opacity = {
|
opacity = {
|
||||||
terminal = 0.2;
|
terminal = 0.2;
|
||||||
|
|
|
||||||
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -1338,11 +1338,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_8": {
|
"nixpkgs_8": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743663126,
|
"lastModified": 1743681069,
|
||||||
"narHash": "sha256-uDCPkey5b8QxLZD7MjhYEhF4uy7NprAj2LCe2x7Ph8A=",
|
"narHash": "sha256-g7cjiNEZwfyLwzTEX212hDQFmHFKybUgAo0TqW9Q/1s=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "02dcbf6fc0cacfe08b81bc9ab477b88546c0c05e",
|
"rev": "04a149234cbd2b93db89497f980549c84f351295",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue