change back to discord

This commit is contained in:
Tyler Starr 2025-05-14 22:10:16 -07:00
parent 6023bbab3b
commit 4d73636ae8
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ in {
environment.systemPackages = with pkgs; [
bc # Arbitrary-precision arithmetic language
gamemode # Optimizes system performance for gaming by adjusting system settings
vesktop # 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
mpv # Media player for playing audio and video files

View File

@ -118,7 +118,7 @@ in {
"kitty.desktop"
"org.gnome.Nautilus.desktop"
"steam.desktop"
"vesktop.desktop"
"discord.desktop"
];
disable-user-extensions = false;
enabled-extensions = [
@ -213,7 +213,7 @@ in {
"terminal" = { binding = "<Super><Control>Return"; command = "kitty"; name = "Open Terminal"; };
"browser" = { binding = "<Super><Control>b"; command = "google-chrome-stable"; name = "Open Browser"; };
"steam" = { binding = "<Super><Control>s"; command = "steam"; name = "Open Steam"; };
"vesktop" = { binding = "<Super><Control>d"; command = "vesktop"; name = "Open Vesktop"; };
"discord" = { binding = "<Super><Control>d"; command = "discord"; name = "Open Discord"; };
"nautilus" = { binding = "<Super><Control>f"; command = "nautilus"; name = "Open File Manager"; };
};
};