diff --git a/desktop/desktop.nix b/desktop/desktop.nix index bb77f64..0584220 100644 --- a/desktop/desktop.nix +++ b/desktop/desktop.nix @@ -42,6 +42,14 @@ in xclip # manipulation du clipboard X depuis la console ]; + # Polices supplémentaires + fonts.fonts = with pkgs; mkIf profiles.isDesktop [ + fira # police créée pour Firefox + fira-code # idem fira-mono + ligatures pour la programmation + fira-mono # dérivée de fira en monospace + hack-font # police monospace créée explicitement pour coder + ]; + nixpkgs.config.packageOverrides = pkgs: { clawsMail = pkgs.clawsMail.override { enablePluginFancy = true; }; mumble = pkgs.mumble.override { pulseSupport = true; };