feat: update flake.lock and add eilmeldung program with configuration

This commit is contained in:
uttarayan21
2025-12-25 06:29:41 +05:30
parent 59eee40635
commit b7c7a875f6
12 changed files with 236 additions and 106 deletions

View File

@@ -1,7 +1,12 @@
{...}: {
{pkgs, ...}: {
imports = [
# ./minecraft.nix
# ./satisfactory.nix
./terraria.nix
];
environment.systemPackages = with pkgs; [
steamcmd
steam-tui
];
}