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

10 lines
92 B
Nix
Raw Normal View History

2023-08-21 10:34:42 -05:00
{ pkgs, ... }:
{
2024-07-31 15:20:26 -05:00
greg.vscodium.enable = true;
2023-08-23 14:58:10 -05:00
2023-08-21 10:34:42 -05:00
home.packages = with pkgs; [
brew
];
}