mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
vscode
This commit is contained in:
parent
1b56845b99
commit
aed4ab9105
1 changed files with 6 additions and 0 deletions
|
|
@ -127,7 +127,13 @@ in
|
|||
};
|
||||
};
|
||||
services.gnome-keyring.enable = true;
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscode.fhs;
|
||||
};
|
||||
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue