This commit is contained in:
2026-01-30 17:04:38 -05:00
parent f8aa53b026
commit c16526eabf
4 changed files with 13 additions and 5 deletions

View File

@@ -5,5 +5,6 @@
jami
element-desktop
signal-desktop
praat
];
}

View File

@@ -1,7 +1,8 @@
{pkgs, ...}:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vscode
antigravity # Free Gemini 3 credits was too good of an offer to not take up, even if it requires selling my soul.
chromium
];
}
}

View File

@@ -1,4 +1,4 @@
{pkgs, environment, ...}:
{ pkgs, environment, ... }:
{
programs.steam = {
enable = true;
@@ -13,4 +13,4 @@
lutris
prismlauncher
];
}
}