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

10 lines
92 B
Nix

{ pkgs, ... }:
{
greg.vscodium.enable = true;
home.packages = with pkgs; [
brew
];
}