mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
VSCopium but FHS
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
de51856d5b
commit
92d64d594c
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ in {
|
|||
};
|
||||
vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
package = pkgs.vscodium-fhs;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
enkia.tokyo-night # Tokyo Night theme
|
||||
arcticicestudio.nord-visual-studio-code # Nord theme
|
||||
|
|
Loading…
Reference in a new issue