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";
|
||||
package = pkgs.maple-mono.NF;
|
||||
};
|
||||
sansSerif = config.stylix.fonts.monospace;
|
||||
serif = config.stylix.fonts.monospace;
|
||||
sansSerif = {
|
||||
name = "Lexend";
|
||||
package = pkgs.lexend;
|
||||
};
|
||||
serif = config.stylix.fonts.sansSerif;
|
||||
};
|
||||
opacity = {
|
||||
terminal = 0.2;
|
||||
|
|
|
|||
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -1338,11 +1338,11 @@
|
|||
},
|
||||
"nixpkgs_8": {
|
||||
"locked": {
|
||||
"lastModified": 1743663126,
|
||||
"narHash": "sha256-uDCPkey5b8QxLZD7MjhYEhF4uy7NprAj2LCe2x7Ph8A=",
|
||||
"lastModified": 1743681069,
|
||||
"narHash": "sha256-g7cjiNEZwfyLwzTEX212hDQFmHFKybUgAo0TqW9Q/1s=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "02dcbf6fc0cacfe08b81bc9ab477b88546c0c05e",
|
||||
"rev": "04a149234cbd2b93db89497f980549c84f351295",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue