8 home.file.".xmonad/xmobar.hs".source = xmonad/xmobar.hs;
11 scriptPath = ".hm-xsession";
13 xset dpms 380 640 1200
14 ${pkgs.xorg.xsetroot}/bin/xsetroot -solid black -fg black -bg white -cursor_name left_ptr
15 ${pkgs.pasystray}/bin/pasystray &
17 windowManager.xmonad = {
19 inherit (pkgs) haskellPackages;
20 extraPackages = haskellPackages: [
21 haskellPackages.data-default
23 enableContribAndExtras = true;
24 config = xmonad/xmonad.hs;
29 pkgs.ffmpegthumbnailer
34 pkgs.mate.caja-with-extensions
35 #(pkgs.writeShellScriptBin "mate-terminal" ''exec ${pkgs.rxvt-unicode}/bin/urxvtc -hold "$@"'')
47 xresources.properties = {
48 "Xft.antialias" = true;
50 "Xft.hintstyle" = "hintfull";
52 #"Xft.embolden" = true;