slim config (for surface)

This commit is contained in:
twoneis 2023-12-27 21:13:16 +01:00
parent fc80f4ef23
commit 9dbea52a73
3 changed files with 13 additions and 14 deletions

View file

@ -5,10 +5,9 @@
extraPackages = with pkgs; [ nil marksman ];
settings = import ./helix-config.nix;
};
programs.vscode = {
enable = true;
enableUpdateCheck = false;
package = pkgs.vscodium;
};
# programs.vscode = {
# enable = true;
# enableUpdateCheck = false;
# package = pkgs.vscodium;
# };
}