install gnupg and vscodium

This commit is contained in:
Fabián Montero 2022-03-18 13:43:54 -06:00
parent b6fc2f6cdf
commit 6653026ee9
2 changed files with 5 additions and 0 deletions

View file

@ -30,6 +30,10 @@
};
# configurable = [ neovim zsh keyboardlayout pulsaudio vscodium i3-gaps dunst rofi ];
programs.vscode = {
enable = true;
package = pkgs.vscodium;
};
programs.git = {
enable = true;

View file

@ -4,6 +4,7 @@ pkgs: with pkgs; [
discord
file
firefox
gnupg
jetbrains.pycharm-professional
jq
killall