diff options
author | Alan Pearce | 2022-06-13 02:50:55 +0200 |
---|---|---|
committer | Alan Pearce | 2022-06-13 02:53:13 +0200 |
commit | 17701bb9949fa833ce363459a8dee33c0210677b (patch) | |
tree | 86eb3d5677663734ace44dcef2303b64dcc71f65 | |
parent | 6af2e8a29334e8fee80a31dc4c6197b66f1b888d (diff) | |
download | nixfiles-17701bb9949fa833ce363459a8dee33c0210677b.tar.lz nixfiles-17701bb9949fa833ce363459a8dee33c0210677b.tar.zst nixfiles-17701bb9949fa833ce363459a8dee33c0210677b.zip |
gaming: install discord
-rw-r--r-- | user/settings/gaming.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/gaming.nix b/user/settings/gaming.nix index d6dbe42f..c328b1ba 100644 --- a/user/settings/gaming.nix +++ b/user/settings/gaming.nix @@ -10,5 +10,6 @@ in # winetricks pkgs.lutris + discord ]; } |