Vscode: use catppuccin theme
This commit is contained in:
parent
3dfdbe92c6
commit
25afdc2a3a
3 changed files with 36 additions and 3 deletions
|
|
@ -1,8 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{ config, pkgs, flakeSelf, ... }:
|
||||
let inputs = flakeSelf.inputs; in
|
||||
{
|
||||
nixpkgs.overlays = [ inputs.catppuccin-vsc.overlays.default ];
|
||||
home-manager.users.toast.programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
extensions = [
|
||||
pkgs.catppuccin-vsc
|
||||
];
|
||||
userSettings = {
|
||||
"workbench.colorTheme" = "Catppuccin Mocha";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue