remove this
This commit is contained in:
parent
6d4effc932
commit
20f9de6dd7
3 changed files with 0 additions and 23 deletions
|
@ -41,7 +41,6 @@
|
|||
};
|
||||
chat = {
|
||||
discord.enable = true;
|
||||
weechat.enable = true;
|
||||
};
|
||||
game = {
|
||||
wine.enable = true;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./discord
|
||||
./weechat
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
outputs,
|
||||
options,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.modules.desktop.chat.weechat;
|
||||
in {
|
||||
options.modules.desktop.chat.weechat = {
|
||||
enable = mkEnableOption false;
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
users.users.sako.packages = with pkgs; [
|
||||
weechat
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue