instala arduino, gsb, actualiza condfig de codeium
This commit is contained in:
parent
d508830456
commit
96a4bfa28a
|
@ -99,6 +99,22 @@
|
|||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
userSettings = import ./codium.nix;
|
||||
haskell = {
|
||||
enable = true;
|
||||
hie.enable = false;
|
||||
};
|
||||
|
||||
mutableExtensionsDir = false;
|
||||
extensions = (with pkgs.vscode-extensions; [
|
||||
bbenoist.nix
|
||||
# justusadam.language-haskell
|
||||
ms-toolsai.jupyter
|
||||
ms-vscode.cpptools
|
||||
]) ++ (with pkgs.local.vscode-extensions; [
|
||||
laurenttreguier.vscode-simple-icons
|
||||
rust-lang.rust
|
||||
sirtori.indenticator
|
||||
]);
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
pkgs: with pkgs; [
|
||||
arandr
|
||||
arduino
|
||||
betterdiscordctl
|
||||
calc
|
||||
cargo-edit
|
||||
|
@ -8,6 +9,7 @@ pkgs: with pkgs; [
|
|||
file
|
||||
firefox
|
||||
gcc
|
||||
gdb
|
||||
gnumake
|
||||
gruvbox-dark-icons-gtk
|
||||
helix
|
||||
|
|
|
@ -80,6 +80,7 @@
|
|||
alias nightmode="${redshift}/bin/redshift -P -O 1000"
|
||||
alias lightmode="${redshift}/bin/redshift -P -O 6500"
|
||||
alias inbox="echo >> $HOME/gtd/inbox"
|
||||
alias nixoide="nix repl '<nixpkgs>'"
|
||||
bindkey -e
|
||||
bindkey ";5D" backward-word
|
||||
bindkey ";5C" forward-word
|
||||
|
|
|
@ -29,4 +29,6 @@ in {
|
|||
root = ../shenvs;
|
||||
exclude = [ "config" ];
|
||||
});
|
||||
|
||||
vscode-extensions = pkgs.callPackage ./vscode.nix {};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue