Add Discord to oscar

This commit is contained in:
Chandler Swift 2024-08-05 21:03:33 -05:00
parent 07bd6b1e33
commit 3e1c66d163
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

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