Add codium with direnv and home-manager
This commit is contained in:
parent
86828d1c46
commit
79072ec7e3
2 changed files with 13 additions and 1 deletions
12
home/fhauser/applications/codium.nix
Normal file
12
home/fhauser/applications/codium.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
mkhl.direnv
|
||||
jnoortheen.nix-ide
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue