|
|
|
@ -15,7 +15,6 @@ in
|
|
|
|
|
|
|
|
|
|
# Paquets
|
|
|
|
|
environment.systemPackages = with pkgs; mkIf profiles.isDesktop [
|
|
|
|
|
|
|
|
|
|
# A trier
|
|
|
|
|
cowsay
|
|
|
|
|
fgallery # générateur de gallerie statique http://www.thregr.org/~wavexx/software/fgallery/
|
|
|
|
@ -23,15 +22,6 @@ 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
|
|
|
|
|
hasklig # police dérivée de source-code-pro mais avec des ligatures
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
nixpkgs.config.packageOverrides = pkgs: {
|
|
|
|
|
clawsMail = pkgs.clawsMail.override {
|
|
|
|
|
enablePluginFancy = true;
|
|
|
|
|