mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
13 lines
264 B
Nix
13 lines
264 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
alejandra
|
|
nil
|
|
nixd
|
|
];
|
|
programs.vscode.profiles.default.extensions = with pkgs.vscode-extensions; [
|
|
kamadorueda.alejandra
|
|
jnoortheen.nix-ide
|
|
];
|
|
|
|
programs.zed-editor.extensions = [ "nix" ];
|
|
}
|