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

12 lines
100 B
Nix
Raw Normal View History

2023-08-21 10:34:42 -05:00
{ pkgs, ... }:
{
2023-08-23 14:58:10 -05:00
imports = [
../../vscodium.nix
];
2023-08-21 10:34:42 -05:00
home.packages = with pkgs; [
brew
];
}