mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +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
|
nextcloud-client duf foliate mpv obsidian dino aria2 bitwarden kitty-themes p7zip
|
||||||
tdesktop libreoffice-fresh jetbrains-mono yakuake krita filelight inkscape yt-dlp ranger
|
tdesktop libreoffice-fresh jetbrains-mono yakuake krita filelight inkscape yt-dlp ranger
|
||||||
libsForQt5.kwallet libsForQt5.kwallet-pam libsForQt5.kwalletmanager libsForQt5.ksshaskpass
|
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 = [
|
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
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
# plain files is through 'home.file'.
|
# plain files is through 'home.file'.
|
||||||
#home.file = {
|
#home.file = {
|
||||||
|
|
Loading…
Reference in a new issue