Desktop: enable vscode
This commit is contained in:
parent
734b043bc7
commit
3dfdbe92c6
2 changed files with 9 additions and 0 deletions
|
|
@ -7,5 +7,6 @@
|
||||||
./micro.nix
|
./micro.nix
|
||||||
./keepassxc.nix
|
./keepassxc.nix
|
||||||
./jamesdsp.nix
|
./jamesdsp.nix
|
||||||
|
./vscode.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
8
roles/desktop/programs/vscode.nix
Normal file
8
roles/desktop/programs/vscode.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home-manager.users.toast.programs.vscode = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.vscodium;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue