organize and add game engine stuff

This commit is contained in:
Benjamin Palko 2024-07-29 21:53:42 -04:00
parent 93b37a61f5
commit 070147b863

View file

@ -1,9 +1,15 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
# browser
firefox firefox
vivaldi
# messaging
webcord webcord
caprine-bin caprine-bin
# game-dev
godot_4
aseprite
]; ];
xdg.configFile.Caprine = { xdg.configFile.Caprine = {