mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Use unfree vscode in personal config
This commit is contained in:
parent
ffafb4a329
commit
fec83b860d
3 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
./programs/gnome.nix
|
||||
./programs/plasma.nix
|
||||
./programs/shell.nix
|
||||
./programs/vscodium.nix
|
||||
./programs/vscode.nix
|
||||
./programs/git.nix
|
||||
../../modules/home/dev/java.nix
|
||||
../../modules/home/dev/nix.nix
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.vscode = {
|
||||
package = pkgs.vscodium;
|
||||
package = pkgs.vscode;
|
||||
enable = true;
|
||||
};
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue