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

8 lines
92 B
Nix
Raw Normal View History

2023-08-21 10:34:42 -05:00
{ pkgs, ... }:
{
2025-12-16 19:45:17 -06:00
greg.vscodium.enable = false;
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
}