1
0
Fork 0

Install vscodium

This commit is contained in:
Malte Brandy 2022-02-14 18:54:54 +01:00
parent b9585e4c8e
commit e089b156d8

View file

@ -12,4 +12,8 @@
username: maralorn
password-command: pass org/haskell/hackage.haskell.org/maralorn
'';
programs.vscode = {
enable = true;
package = pkgs.vscodium;
};
}