summaryrefslogtreecommitdiff
path: root/config/weechat.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/weechat.nix')
-rw-r--r--config/weechat.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/weechat.nix b/config/weechat.nix
index e75224c..d90272c 100644
--- a/config/weechat.nix
+++ b/config/weechat.nix
@@ -1,12 +1,12 @@
{ config, pkgs, ... }:
{
- nixpkgs.config.packageOverrides = pkgs: {
- weechat = pkgs.weechat.override {
- extraBuildInputs = with pkgs; [
- pythonPackages.potr
- ];
- };
- };
+ # nixpkgs.config.packageOverrides = pkgs: {
+ # weechat = pkgs.weechat.override {
+ # extraBuildInputs = with pkgs; [
+ # pythonPackages.potr
+ # ];
+ # };
+ # };
systemd.services = {
weechat = {