organize and add game engine stuff
This commit is contained in:
parent
93b37a61f5
commit
070147b863
1 changed files with 6 additions and 0 deletions
|
|
@ -1,9 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# browser
|
||||
firefox
|
||||
vivaldi
|
||||
# messaging
|
||||
webcord
|
||||
caprine-bin
|
||||
# game-dev
|
||||
godot_4
|
||||
aseprite
|
||||
];
|
||||
|
||||
xdg.configFile.Caprine = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue