comma and some more vscoding

Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
Alex Stan 2023-09-08 13:37:21 +03:00
parent ab7419dcd4
commit 1e0542ccef
2 changed files with 9 additions and 4 deletions

View file

@ -430,11 +430,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1694162759,
"narHash": "sha256-yrPA6ALSlDmfHjla4I8ZvJKrAMe+SAaIKVWdvaeVYOk=",
"lastModified": 1694167471,
"narHash": "sha256-/SUFUaz7Q7goeCbFd4rKyRPXZfGQzJjyU1tA2fZRNHY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "de26873baa4b59994d5491f4efa90e5716395aec",
"rev": "d1f1457e3f66a757526da0cb49e5f93ba2c5dfc3",
"type": "github"
},
"original": {

View file

@ -148,6 +148,7 @@ in {
kiwix
htmlq
lite
comma
];
};
@ -218,7 +219,8 @@ in {
};
vscode = {
enable = true;
package = pkgs.vscodium-fhs;
package = pkgs.vscodium;
mutableExtensionsDir = false;
extensions = with pkgs.vscode-extensions; [
enkia.tokyo-night # Tokyo Night theme
arcticicestudio.nord-visual-studio-code # Nord theme
@ -235,6 +237,9 @@ in {
fontLigatures = true;
fontFamily = "JetBrainsMono Nerd Font";
};
workbench = {
colorTheme = "Tokyo Night";
};
};
};