fixes
This commit is contained in:
parent
b2fde7c5c2
commit
9bf7ae2497
3 changed files with 2 additions and 12 deletions
|
|
@ -5,7 +5,6 @@
|
|||
./locale.nix
|
||||
./boot-efi.nix
|
||||
./nix-core.nix
|
||||
./xdg-user-dirs.nix
|
||||
./services.nix
|
||||
./networking.nix
|
||||
./virtualization.nix
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
@ -47,8 +47,8 @@
|
|||
enable = true;
|
||||
|
||||
# Choose between VS Code and Codium:
|
||||
# package = pkgs.vscode;
|
||||
package = pkgs.vscodium;
|
||||
package = pkgs.vscode;
|
||||
# package = pkgs.vscodium;
|
||||
|
||||
# You can declaratively enable extensions here:
|
||||
profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue