mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 23:25:52 +05:30
9 lines
88 B
Nix
9 lines
88 B
Nix
|
{ config, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
home.packages = with pkgs; [
|
||
|
# Gamedev
|
||
|
godot
|
||
|
];
|
||
|
}
|