enabled external binary execution for VSCode
also fixed hostname issue
This commit is contained in:
parent
aea79d72e1
commit
d7b15ce44d
1 changed files with 7 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
{ modulesPath, config, pkgs, ... }:
|
||||
let
|
||||
|
||||
admin = "toph";
|
||||
password = "[REDACTED]";
|
||||
timeZone = "America/New_York";
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
hostname = "nix";
|
||||
|
||||
in {
|
||||
|
||||
|
@ -53,4 +50,10 @@ in {
|
|||
wget
|
||||
x2goserver
|
||||
];
|
||||
|
||||
## VS CODE ##
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
package = pkgs.nix-ld-rs;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue