mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-05 22:48:39 +00:00
Switch back to VSCode
This commit is contained in:
@@ -44,6 +44,9 @@ let gmp =
|
||||
}))
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"vscode"
|
||||
];
|
||||
|
||||
# Auto upgrade nix package and the daemon service.
|
||||
services.nix-daemon.enable = true;
|
||||
|
36
home.nix
36
home.nix
@@ -50,24 +50,24 @@ let dotnet = pkgs.dotnet-sdk_6; in
|
||||
pkgs.pijul
|
||||
];
|
||||
|
||||
#programs.vscode = {
|
||||
# enable = true;
|
||||
# package = pkgs.vscodium;
|
||||
# extensions = import ./vscode-extensions.nix { inherit pkgs; };
|
||||
# userSettings = {
|
||||
# workbench.colorTheme = "Default High Contrast";
|
||||
# "files.Exclude" = {
|
||||
# "**/.git" = true;
|
||||
# "**/.DS_Store" = true;
|
||||
# "**/Thumbs.db" = true;
|
||||
# "**/*.olean" = true;
|
||||
# };
|
||||
# "git.path" = "${pkgs.git}/bin/git";
|
||||
# "update.mode" = "none";
|
||||
# "docker.dockerPath" = "${pkgs.docker}/bin/docker";
|
||||
# "lean.leanpkgPath" = "${pkgs.elan}/bin/leanpkg";
|
||||
# };
|
||||
#};
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscode;
|
||||
extensions = import ./vscode-extensions.nix { inherit pkgs; };
|
||||
userSettings = {
|
||||
workbench.colorTheme = "Default High Contrast";
|
||||
"files.Exclude" = {
|
||||
"**/.git" = true;
|
||||
"**/.DS_Store" = true;
|
||||
"**/Thumbs.db" = true;
|
||||
"**/*.olean" = true;
|
||||
};
|
||||
"git.path" = "${pkgs.git}/bin/git";
|
||||
"update.mode" = "none";
|
||||
"docker.dockerPath" = "${pkgs.docker}/bin/docker";
|
||||
"lean.leanpkgPath" = "${pkgs.elan}/bin/leanpkg";
|
||||
};
|
||||
};
|
||||
|
||||
programs.tmux = {
|
||||
shell = "\${pkgs.zsh}/bin/zsh";
|
||||
|
Reference in New Issue
Block a user