Files
nixos/home/hosts/exodus/default.nix
T

16 lines
197 B
Nix
Raw Normal View History

2024-05-05 14:37:58 -05:00
{ pkgs, config, ... }:
{
greg = {
vscodium = true;
development = true;
gnome = true;
gui = true;
};
home.packages = with pkgs; [
cargo
freeciv
#freeciv_qt
];
2024-05-05 14:37:58 -05:00
}