Add Discord to oscar

main
Chandler Swift 2024-08-05 21:03:33 -05:00
parent 07bd6b1e33
commit 3e1c66d163
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"steam" "steam"
"steam-original" "steam-original"
"steam-run" "steam-run"
"discord"
]; ];
# https://discourse.nixos.org/t/github-strategies-for-configuration-nix/1983/14 # https://discourse.nixos.org/t/github-strategies-for-configuration-nix/1983/14
@ -167,6 +168,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget # wget
discord
factorio factorio
]; ];