about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2016-08-30 14:26:36 +0200
committersternenseemann <git@lukasepple.de>2016-09-05 22:36:57 +0200
commitcf1e355dff0577b99bd017e5b16a58e74cf9813f (patch)
tree77279ec4cb11816654f89303c07248f17fccc621
parentba248d3fd7eb4a997431be0969a53407642fdc8b (diff)
machines/fliewatuet: limit journal size, new sans font, flash, darcs
-rw-r--r--machines/sternenseemann/fliewatuet.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/machines/sternenseemann/fliewatuet.nix b/machines/sternenseemann/fliewatuet.nix
index 26504ced..df559ec2 100644
--- a/machines/sternenseemann/fliewatuet.nix
+++ b/machines/sternenseemann/fliewatuet.nix
@@ -34,6 +34,9 @@ in {
   boot.loader.timeout = 5;
   boot.loader.efi.canTouchEfiVariables = true;
 
+  # limit journal size
+  services.journald.extraConfig = "SystemMaxUse=100M";
+
   # sound
   # fix sound
   boot.extraModprobeConfig = ''
@@ -112,7 +115,7 @@ in {
 
     ## dev
     git
-    vim
+    darcs
     neovim
     gnumake
     clang
@@ -146,7 +149,7 @@ in {
     notmuch
     irssi
     mytexlive
-    chromium
+    (chromium.override { enablePepperFlash = true; })
 
     ## GUI
     # wm etc.
@@ -172,6 +175,7 @@ in {
     gimp
     darktable
     rawtherapee
+    inkscape
     pavucontrol
     cbatticon
     filezilla
@@ -199,7 +203,7 @@ in {
   fonts.fontconfig = {
     defaultFonts = {
       monospace = [ "Inconsolata" ];
-      sansSerif = [ "Linux Biolinium" ];
+      sansSerif = [ "Open Sans" ];
       serif     = [ "Linux Libertine" ];
     };
     ultimate = {
@@ -208,6 +212,7 @@ in {
   };
   fonts.fonts = with pkgs; [
     corefonts
+    opensans-ttf
     source-han-sans-japanese
     source-han-sans-korean
     source-han-sans-simplified-chinese