drop heroic and add discord
This commit is contained in:
8
systems/modules/discord.nix
Normal file
8
systems/modules/discord.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
discord
|
||||
];
|
||||
}
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.heroic
|
||||
pkgs.mangohud
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user