From f0e79436d8fee5c0be759dd94c6a37c46d1b11ce Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 9 Nov 2015 01:33:00 +0100 Subject: katara: various todos --- machines/profpatsch/katara.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index eb0cb170..59d685b2 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -29,10 +29,8 @@ in { boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" "firewire_ohci" ]; boot.kernelModules = [ "kvm-intel" ]; - # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; boot.loader.grub.version = 2; - # Define on which hard drive you want to install rub. boot.loader.grub.device = "/dev/sda"; boot.initrd.luks.devices = [ { device = "/dev/sda2"; name = "cryptroot"; } ]; @@ -131,6 +129,7 @@ in { ]; guiPkgs = [ gnome3.adwaita-icon-theme + # TODO: get themes to work. See notes.org. gnome3.gnome_themes_standard # kde4.oxygen-icons TODO ]; @@ -209,7 +208,7 @@ in { # Automount services.udisks2.enable = true; - # Music as a Service + # Music as a Service TODO services.mpd.enable = false; services.mpd.musicDirectory = pkgs.runCommand "mpd-link" {} '' ln -s ${users.extraUsers.philip.home}/Downloads/music $out @@ -219,7 +218,6 @@ in { ################### # Graphical System - # Enable the X11 windowing system. services.xserver = { enable = true; layout = "de"; @@ -256,7 +254,7 @@ in { fonts.fontconfig = { defaultFonts = { - monospace = [ "Source Code Pro" "DejaVu Sans Mono" ]; + monospace = [ "Source Code Pro" "DejaVu Sans Mono" ]; # TODO does not work sansSerif = [ "Liberation Sans" ]; }; # use overkill infinality settings from old Arch installation @@ -269,7 +267,6 @@ in { INFINALITY_FT_STEM_ALIGNMENT_STRENGTH = "15"; INFINALITY_FT_STEM_FITTING_STRENGTH = "15"; }; - # substitutions = "combi"; }; }; fonts.enableFontDir = true; @@ -318,6 +315,7 @@ in { ####### # Misc + # TODO seems to work only sometimes in chromium security.pki.certificateFiles = [ "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" ]; ######## -- cgit 1.4.1