There has to be a better solution.
This commit is contained in:
parent
bfaa74cbcf
commit
16c6b5d1a6
1 changed files with 1 additions and 9 deletions
|
@ -9,13 +9,6 @@
|
|||
homeDirectory = "/home/jahanson";
|
||||
};
|
||||
|
||||
imports = [
|
||||
"${fetchTarball "https://github.com/msteen/nixos-vscode-server/tarball/master"}/modules/vscode-server/home.nix"
|
||||
];
|
||||
|
||||
services.vscode-server.enable = true;
|
||||
|
||||
|
||||
# basic configuration of git, please change to your own
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
@ -23,7 +16,6 @@
|
|||
userEmail = "joe@veri.dev";
|
||||
};
|
||||
|
||||
|
||||
# exa replacement, ls replacement.
|
||||
programs.lsd.enable = true;
|
||||
|
||||
|
|
Reference in a new issue