mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 19:23:39 -05:00
10 lines
112 B
Nix
10 lines
112 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./overlays.nix
|
||
|
];
|
||
|
home.packages = with pkgs; [
|
||
|
vscode-insider
|
||
|
];
|
||
|
}
|