vscode plugins
This commit is contained in:
parent
797f002adc
commit
d1d1268376
3 changed files with 25 additions and 16 deletions
1
home.nix
1
home.nix
|
|
@ -56,6 +56,7 @@ in
|
||||||
xournalpp
|
xournalpp
|
||||||
pavucontrol
|
pavucontrol
|
||||||
keepassxc
|
keepassxc
|
||||||
|
flameshot
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
|
||||||
BIN
programm_configs/.vscode.nix.swp
Normal file
BIN
programm_configs/.vscode.nix.swp
Normal file
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, ...} :
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -13,6 +13,14 @@
|
||||||
serayuzgur.crates
|
serayuzgur.crates
|
||||||
bungcip.better-toml
|
bungcip.better-toml
|
||||||
zhuangtongfa.material-theme
|
zhuangtongfa.material-theme
|
||||||
|
xaver.clang-format
|
||||||
|
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
|
{
|
||||||
|
name = "shader";
|
||||||
|
publisher = "slevesque";
|
||||||
|
version = "1.1.5";
|
||||||
|
sha256 = "3dfdfb15e40c365bfbe1fecb333f7e08ab1c17a5234d9ed9a5c69914ab57d993";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue