{ config, pkgs, ... }: { # programs.browserpass.enable = true; programs.info.enable = true; environment.systemPackages = with pkgs; [ firefox-bin vdirsyncer khal offlineimap isync mu msmtp mosh aspell aspellDicts.en st trash-cli ]; nixpkgs.config.st = { patches = [ ../config/st-scrollback-0.7.diff ]; conf = builtins.readFile ../config/st-config.h; }; services.devmon.enable = true; services.redshift = { enable = true; temperature = { day = 6500; night = 3600; }; }; services.urxvtd = { enable = true; }; }