Merge branch 'main' of github.com:itepastra/nixconf

This commit is contained in:
Noa Aarts 2025-04-03 21:51:12 +02:00
commit 3c0c871f40
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 8 additions and 5 deletions

View file

@ -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
View file

@ -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": {