update && change xdragon to dragon-drop in lf && remove webcord
This commit is contained in:
@@ -3,6 +3,5 @@
|
||||
imports = [
|
||||
./element.nix
|
||||
./thunderbird.nix
|
||||
./webcord.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
{
|
||||
options.smayzy.webcord.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "webcord";
|
||||
};
|
||||
|
||||
config = mkIf config.smayzy.webcord.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
webcord
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user