diff --git a/provision/modules/desktop/default.nix b/provision/modules/desktop/default.nix index 28693ef2..752dbd1f 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. - discord # Voice, video, and text communication platform for communities and friends. + vesktop # 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 b71c0284..4a12db94 100644 --- a/provision/modules/desktop/gnome.nix +++ b/provision/modules/desktop/gnome.nix @@ -142,7 +142,7 @@ in { "google-chrome.desktop" "kitty.desktop" "steam.desktop" - "discord.desktop" + "vesktop.desktop" ]; disable-user-extensions = false; enabled-extensions = [ @@ -237,7 +237,7 @@ in { "terminal" = { binding = "Return"; command = "kitty"; 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"; }; - "discord" = { binding = "d"; command = "discord"; name = "Open Discord"; }; + "vesktop" = { binding = "d"; command = "vesktop"; name = "Open Vesktop"; }; "nautilus" = { binding = "f"; command = "nautilus"; name = "Open File Manager"; }; }; };