diff --git a/home/programs/discord/default.nix b/home/programs/discord/default.nix deleted file mode 100644 index 586b030..0000000 --- a/home/programs/discord/default.nix +++ /dev/null @@ -1,9 +0,0 @@ -# Discord is a popular chat application. -{inputs, ...}: { - imports = [inputs.nixcord.homeModules.nixcord]; - - programs.nixcord = { - enable = true; - config = {frameless = true;}; - }; -} diff --git a/home/system/mime/default.nix b/home/system/mime/default.nix index d27d752..c72ca3a 100644 --- a/home/system/mime/default.nix +++ b/home/system/mime/default.nix @@ -20,7 +20,6 @@ with lib; let office = ["libreoffice.desktop"]; pdf = ["zathura.desktop"]; terminal = ["ghostty.desktop"]; - discord = ["discord.desktop"]; archive = ["xarchiver.desktop"]; }; @@ -119,7 +118,6 @@ with lib; let "application/7z" "application/*tar" ]; - discord = ["x-scheme-handler/discord"]; }; nvim-ghostty = pkgs.makeDesktopItem { diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 8bcf0b0..e460dbd 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -18,7 +18,6 @@ ../../home/programs/git/signing.nix # Change the key or remove this file ../../home/programs/spicetify ../../home/programs/thunar - ../../home/programs/discord ../../home/programs/nixy ../../home/programs/zathura ../../home/programs/nightshift