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
|
./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
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
xdg.userDirs = {
|
|
||||||
enable = true;
|
|
||||||
createDirectories = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -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; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue