fix vscode-server-fixup
This commit is contained in:
parent
5a4d8d51a1
commit
52dae7ccf0
@ -62,7 +62,7 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
vscode-server-fixup = {
|
||||
url = "github:yaxitech/vscode-server-fixup";
|
||||
url = "github:MatthewCash/nixos-vscode-server";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
zsh-autosuggestions = {
|
||||
|
@ -1,9 +1,9 @@
|
||||
{ config, lib, pkgs, inputs, ... }: {
|
||||
home-manager.sharedModules = [
|
||||
inputs.vscode-server-fixup.nixosModules.home
|
||||
inputs.vscode-server-fixup.nixosModules.home-manager.nixos-vscode-server
|
||||
];
|
||||
|
||||
home-manager.users.alukard = {
|
||||
services.vscode-server-fixup.enable = true;
|
||||
services.vscode-server.enable = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user