mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: a bunch of services...!
This commit is contained in:
parent
79ebb1a48e
commit
7f6562ea70
13 changed files with 214 additions and 76 deletions
|
|
@ -5,7 +5,7 @@ in {
|
|||
services.weechat.enable = true;
|
||||
programs.weechat = {
|
||||
enable = true;
|
||||
config.weechat = with set.map (_: v: "colour${builtins.toString (list.unsafeHead v)}") inputs.base16.lib.base16.shell.mapping256; {
|
||||
config.weechat = with config.base16.defaultScheme.map.ansiStr; {
|
||||
look = {
|
||||
mouse = true;
|
||||
separator_horizontal = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue