1
0
mirror of https://github.com/kmein/niveum synced 2026-03-28 15:21:08 +01:00

chore: upgrade to 21.05

This commit is contained in:
2021-06-01 19:14:00 +02:00
parent 69354bbd3a
commit 94f0299a75
25 changed files with 71 additions and 90 deletions

View File

@@ -1,7 +1,6 @@
{ lib, pkgs, ... }:
let
inherit (import <niveum/lib>) kieran;
nixpkgs-unstable = import <nixpkgs-unstable> {};
relayPassword = lib.fileContents <system-secrets/weechat/relay>;
in {
systemd.services.weechat =
@@ -24,7 +23,7 @@ in {
'';
weechat = pkgs.weechat.override {
configure = { ... }: {
scripts = [ pkgs.weechatScripts.weechat-autosort nixpkgs-unstable.weechatScripts.colorize_nicks ];
scripts = [ pkgs.weechatScripts.weechat-autosort pkgs.weechatScripts.colorize_nicks ];
init = let
coolColors = lib.lists.subtractLists (lib.range 52 69 ++ lib.range 231 248) (lib.range 31 254);
nick = "kmein";