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;