12 lines
100 B
Nix
12 lines
100 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../vscodium.nix
|
|
];
|
|
|
|
home.packages = with pkgs; [
|
|
brew
|
|
];
|
|
}
|