From c4c5d9f5c9f4c64cc0ac5393a0d35cfcb9994bc3 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Fri, 3 May 2024 23:50:22 -0700 Subject: [PATCH] switch to discord again --- provision/modules/desktop/default.nix | 2 +- provision/modules/desktop/gnome.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/provision/modules/desktop/default.nix b/provision/modules/desktop/default.nix index 2d386680..d83a2978 100644 --- a/provision/modules/desktop/default.nix +++ b/provision/modules/desktop/default.nix @@ -6,7 +6,7 @@ bc # Arbitrary-precision arithmetic language. fzf # Command-line fuzzy finder for Unix-like operating systems. gamemode # Optimizes system performance for gaming by adjusting system settings. - webcord # Voice, video, and text communication platform for communities and friends. + discord # Voice, video, and text communication platform for communities and friends. inkscape # Vector graphics editor for creating illustrations, icons, logos, diagrams, and more. libreoffice-fresh # Office suite compatible with Microsoft Office. xournal # Note-taking and sketching application. diff --git a/provision/modules/desktop/gnome.nix b/provision/modules/desktop/gnome.nix index 85464024..66369ba8 100644 --- a/provision/modules/desktop/gnome.nix +++ b/provision/modules/desktop/gnome.nix @@ -131,7 +131,7 @@ in { "google-chrome.desktop" "org.gnome.Console.desktop" "steam.desktop" - "webcord.desktop" + "discord.desktop" ]; disable-user-extensions = false; enabled-extensions = [ @@ -206,7 +206,7 @@ in { "terminal" = { binding = "Return"; command = "kgx"; name = "Open Terminal"; }; "browser" = { binding = "b"; command = "google-chrome-stable --simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'"; name = "Open Browser"; }; "steam" = { binding = "s"; command = "steam"; name = "Open Steam"; }; - "webcord" = { binding = "d"; command = "webcord"; name = "Open Webcord"; }; + "discord" = { binding = "d"; command = "discord"; name = "Open Discord"; }; "nautilus" = { binding = "f"; command = "nautilus"; name = "Open File Manager"; }; }; };