godot
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
../common/features/xdg.nix
|
../common/features/xdg.nix
|
||||||
../common/features/downloads-cleanup.nix
|
../common/features/downloads-cleanup.nix
|
||||||
../common/programs/3d.nix
|
../common/programs/3d.nix
|
||||||
|
../common/programs/godot.nix
|
||||||
./monitors.nix
|
./monitors.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
godot
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -18,6 +18,7 @@
|
|||||||
../common/programs/gpg.nix
|
../common/programs/gpg.nix
|
||||||
../common/programs/ethui.nix
|
../common/programs/ethui.nix
|
||||||
../common/programs/3d.nix
|
../common/programs/3d.nix
|
||||||
|
../common/programs/godot.nix
|
||||||
../common/programs/nerd-dictation.nix
|
../common/programs/nerd-dictation.nix
|
||||||
../common/features/xdg.nix
|
../common/features/xdg.nix
|
||||||
../common/features/downloads-cleanup.nix
|
../common/features/downloads-cleanup.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user