From af35de16392de694fd0d519a8d7fa59cb370fc71 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Tue, 18 May 2021 09:44:03 +0200 Subject: [PATCH] =?UTF-8?q?jetbrains=20mono=20en=20police=20mono=20par=20d?= =?UTF-8?q?=C3=A9faut=20(pour=20uniformiser=20avec=20Intellij)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/graphical/bureau.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/applications/graphical/bureau.nix b/applications/graphical/bureau.nix index 02ba6bd..10c06ca 100644 --- a/applications/graphical/bureau.nix +++ b/applications/graphical/bureau.nix @@ -41,7 +41,11 @@ mkIf currentMachine.profiles.isDesktopEnvironment { font-awesome_5 # Jeux de police, utilisé avec Latex hack-font # police monospace créée explicitement pour coder hasklig # police dérivée de source-code-pro mais avec des ligatures + jetbrains-mono # police spécial développeurs par Jetbrains ]; + fonts.fontconfig.defaultFonts = { + monospace = [ "JetBrains Mono" ]; + }; programs = { slock.enable = true;