mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +00:00
add vscode
This commit is contained in:
parent
5da80962eb
commit
b988076299
1 changed files with 21 additions and 1 deletions
22
home.nix
22
home.nix
|
@ -59,7 +59,7 @@
|
|||
nextcloud-client duf foliate mpv obsidian dino aria2 bitwarden kitty-themes p7zip
|
||||
tdesktop libreoffice-fresh jetbrains-mono yakuake krita filelight inkscape yt-dlp ranger
|
||||
libsForQt5.kwallet libsForQt5.kwallet-pam libsForQt5.kwalletmanager libsForQt5.ksshaskpass
|
||||
cachix direnv git-lfs nix-direnv zathura starship
|
||||
cachix direnv git-lfs nix-direnv zathura starship gnome.gnome-tweaks gnome-extension-manager
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
@ -148,6 +148,26 @@
|
|||
]);
|
||||
};
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
extensions = (with pkgs.vscode-extensions;[
|
||||
arrterian.nix-env-selector
|
||||
mkhl.direnv
|
||||
jnoortheen.nix-ide
|
||||
|
||||
xaver.clang-format
|
||||
llvm-vs-code-extensions.vscode-clangd
|
||||
vadimcn.vscode-lldb
|
||||
# ms-vscode.cpptools
|
||||
colejcummins.llvm-syntax-highlighting
|
||||
|
||||
rust-lang.rust-analyzer
|
||||
|
||||
waderyan.gitblame
|
||||
]);
|
||||
};
|
||||
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
# plain files is through 'home.file'.
|
||||
#home.file = {
|
||||
|
|
Loading…
Reference in a new issue