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

16 lines
179 B
Nix
Raw Normal View History

2024-05-05 14:37:58 -05:00
{ pkgs, config, ... }:
{
2024-08-04 19:01:13 -05:00
greg = {
2024-08-13 23:23:09 -05:00
vscodium = true;
2024-08-04 19:01:13 -05:00
development = true;
gnome = true;
gui = true;
};
home.packages = with pkgs; [
cargo
2024-10-02 11:18:47 -05:00
freeciv
#freeciv_qt
2024-08-04 19:01:13 -05:00
];
2024-05-05 14:37:58 -05:00
}