Separated langs and game apps into other files
This commit is contained in:
8
user/lang/godot/godot.nix
Normal file
8
user/lang/godot/godot.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Gamedev
|
||||
godot
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user