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, ... }:
|
{ 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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue