Separated langs and game apps into other files

This commit is contained in:
Emmet 2023-05-13 21:02:25 -05:00
parent 0acd3eccb6
commit 7cd647c449
8 changed files with 157 additions and 144 deletions

View file

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
# Gamedev
godot
];
}