mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-08 18:03:08 +02:00
VSCopium
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
da80dcb452
commit
0c79175556
1 changed files with 8 additions and 1 deletions
|
@ -214,7 +214,14 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
enkia.tokyo-night # Tokyo Night theme
|
||||
arcticicestudio.nord-visual-studio-code # Nord theme
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
services = {
|
||||
|
|
Loading…
Reference in a new issue