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

8 lines
91 B
Nix
Raw Normal View History

2023-08-21 10:34:42 -05:00
{ pkgs, ... }:
{
greg.vscodium.enable = true;
2023-08-23 14:58:10 -05:00
2024-10-19 01:19:59 -05:00
home.packages = with pkgs; [ brew ];
2023-08-21 10:34:42 -05:00
}