mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
comma and some more vscoding
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
ab7419dcd4
commit
1e0542ccef
2 changed files with 9 additions and 4 deletions
|
@ -430,11 +430,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-master": {
|
"nixpkgs-master": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1694162759,
|
"lastModified": 1694167471,
|
||||||
"narHash": "sha256-yrPA6ALSlDmfHjla4I8ZvJKrAMe+SAaIKVWdvaeVYOk=",
|
"narHash": "sha256-/SUFUaz7Q7goeCbFd4rKyRPXZfGQzJjyU1tA2fZRNHY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "de26873baa4b59994d5491f4efa90e5716395aec",
|
"rev": "d1f1457e3f66a757526da0cb49e5f93ba2c5dfc3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -148,6 +148,7 @@ in {
|
||||||
kiwix
|
kiwix
|
||||||
htmlq
|
htmlq
|
||||||
lite
|
lite
|
||||||
|
comma
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -218,7 +219,8 @@ in {
|
||||||
};
|
};
|
||||||
vscode = {
|
vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.vscodium-fhs;
|
package = pkgs.vscodium;
|
||||||
|
mutableExtensionsDir = false;
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
enkia.tokyo-night # Tokyo Night theme
|
enkia.tokyo-night # Tokyo Night theme
|
||||||
arcticicestudio.nord-visual-studio-code # Nord theme
|
arcticicestudio.nord-visual-studio-code # Nord theme
|
||||||
|
@ -235,6 +237,9 @@ in {
|
||||||
fontLigatures = true;
|
fontLigatures = true;
|
||||||
fontFamily = "JetBrainsMono Nerd Font";
|
fontFamily = "JetBrainsMono Nerd Font";
|
||||||
};
|
};
|
||||||
|
workbench = {
|
||||||
|
colorTheme = "Tokyo Night";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue