drop heroic and add discord

This commit is contained in:
2026-06-29 23:07:07 +02:00
parent af4175f5db
commit 61eb3d663e
3 changed files with 9 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
../modules/vlc.nix
../modules/devenv.nix
../modules/btop.nix
../modules/discord.nix
./mtp-fix.nix
];

View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
discord
];
}

View File

@@ -14,7 +14,6 @@
};
environment.systemPackages = [
pkgs.heroic
pkgs.mangohud
];
}