This commit is contained in:
randogoth 2026-02-05 09:54:09 +02:00
parent b2fde7c5c2
commit 9bf7ae2497
3 changed files with 2 additions and 12 deletions

View file

@ -5,7 +5,6 @@
./locale.nix ./locale.nix
./boot-efi.nix ./boot-efi.nix
./nix-core.nix ./nix-core.nix
./xdg-user-dirs.nix
./services.nix ./services.nix
./networking.nix ./networking.nix
./virtualization.nix ./virtualization.nix

View file

@ -1,9 +0,0 @@
{ ... }:
{
xdg.userDirs = {
enable = true;
createDirectories = true;
};
}

View file

@ -47,8 +47,8 @@
enable = true; enable = true;
# Choose between VS Code and Codium: # Choose between VS Code and Codium:
# package = pkgs.vscode; package = pkgs.vscode;
package = pkgs.vscodium; # package = pkgs.vscodium;
# You can declaratively enable extensions here: # You can declaratively enable extensions here:
profiles.default.extensions = with pkgs.vscode-extensions; [ profiles.default.extensions = with pkgs.vscode-extensions; [