mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 10:26:06 -07:00
change back to discord
This commit is contained in:
parent
6023bbab3b
commit
4d73636ae8
@ -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
|
||||
|
@ -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"; };
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user