The Great Modularization
This commit is contained in:
parent
e0b7d60a8d
commit
eb279f1f65
34 changed files with 1356 additions and 1286 deletions
18
modules/home/vscodium.nix
Normal file
18
modules/home/vscodium.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
profiles.wo2w = {
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
# theme
|
||||
enkia.tokyo-night
|
||||
# language extensions
|
||||
jnoortheen.nix-ide
|
||||
# discord rpc
|
||||
leonardssh.vscord
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue