Remove discord
This commit is contained in:
parent
49d46a30f9
commit
8a6fa82419
5 changed files with 0 additions and 20 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./discord.nix
|
||||
./flameshot.nix
|
||||
./gtk.nix
|
||||
./media
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
options.homeManagerModules.discord.enable = mkEnableOption "Enable Discord";
|
||||
|
||||
config = mkIf config.homeManagerModules.discord.enable {
|
||||
home.packages = with pkgs; [ discord ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue