7 home.file.".xmonad/xmobar.hs".source = xmonad/xmobar.hs;
10 scriptPath = ".hm-xsession";
12 xset dpms 380 640 1200
13 ${pkgs.xorg.xsetroot}/bin/xsetroot -solid black -fg black -bg white -cursor_name left_ptr
14 ${pkgs.pasystray}/bin/pasystray &
16 windowManager.xmonad = {
18 inherit (pkgs) haskellPackages;
19 extraPackages = haskellPackages: [
20 haskellPackages.data-default
22 enableContribAndExtras = true;
23 config = xmonad/xmonad.hs;
28 pkgs.ffmpegthumbnailer
33 pkgs.mate.caja-with-extensions
34 #(pkgs.writeShellScriptBin "mate-terminal" ''exec ${pkgs.rxvt-unicode}/bin/urxvtc -hold "$@"'')
46 xresources.properties = {
47 "Xft.antialias" = true;
49 "Xft.hintstyle" = "hintfull";
51 #"Xft.embolden" = true;