宋文武 (2014-11-29 14:57 +0300) wrote: [...] > I just put it in my config.scm: > > (define (console-layout-service layout) > (with-monad %store-monad > (return > (service > (document "Setup keyboard layout for console") > (provision '(console-layout)) > (start #~(lambda _ > (system* (string-append #kbd "/bin/loadkeys") #$layout))) > (stop #~(const #t)) > (respawn? #f)))))
Hey, this is cool! I think it's worth adding it to the repo. -- Alex