Use python weechat-matrix, make sure I'm in users
This commit is contained in:
parent
64a0a28ece
commit
be63c847f9
|
@ -41,7 +41,7 @@
|
|||
isNormalUser = true;
|
||||
description = "Artemis Tosini";
|
||||
uid = 1000;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [ "wheel" "users" ];
|
||||
group = "artemis";
|
||||
# hashedPassword set in private
|
||||
};
|
||||
|
|
2
private
2
private
|
@ -1 +1 @@
|
|||
Subproject commit c867a0a61269868b9a295226e4d5fea2ca889708
|
||||
Subproject commit 013e52ddbce9bd7cf2c16fe7f375a89903e32a65
|
|
@ -57,7 +57,6 @@
|
|||
users.users.skye = {
|
||||
isSystemUser = true;
|
||||
uid = 1001;
|
||||
extraGroups = [ "users" ];
|
||||
};
|
||||
|
||||
# Packages
|
||||
|
@ -69,9 +68,8 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
(weechat.override {
|
||||
configure = { availablePlugins, ... }: {
|
||||
plugins = (builtins.attrValues availablePlugins) ++ [ {
|
||||
pluginFile = "${(callPackage ../../externals/packages/weechat-matrix-rs { })}/lib/weechat/plugins/matrix.so";
|
||||
} ];
|
||||
plugins = (builtins.attrValues availablePlugins);
|
||||
scripts = [ weechatScripts.weechat-matrix ];
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue