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

13 lines
136 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 = {
development = true;
gnome = true;
gui = true;
};
home.packages = with pkgs; [
cargo
];
2024-05-05 14:37:58 -05:00
}