declearativelier vscodium
This commit is contained in:
parent
d65a54ae75
commit
6b79463322
|
@ -92,7 +92,6 @@ in
|
||||||
konsole # https://bugs.kde.org/show_bug.cgi?id=407990 reeee
|
konsole # https://bugs.kde.org/show_bug.cgi?id=407990 reeee
|
||||||
|
|
||||||
gnome3.gedit
|
gnome3.gedit
|
||||||
vscodium
|
|
||||||
|
|
||||||
gimp
|
gimp
|
||||||
] ++ lib.optionals (config.profiles.gui.enable && cfg.plus) [
|
] ++ lib.optionals (config.profiles.gui.enable && cfg.plus) [
|
||||||
|
@ -190,6 +189,19 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.vscode = {
|
||||||
|
enable = config.profiles.gui.enable;
|
||||||
|
package = pkgs.vscodium;
|
||||||
|
extensions = with pkgs.vscode-extensions; [
|
||||||
|
bbenoist.nix
|
||||||
|
ms-vsliveshare.vsliveshare
|
||||||
|
];
|
||||||
|
userSettings = {
|
||||||
|
"editor.insertSpaces" = false;
|
||||||
|
"terminal.integrated.fontFamily" = "MesloLGS NF";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userEmail = "daniel.olsen99@gmail.com";
|
userEmail = "daniel.olsen99@gmail.com";
|
||||||
|
|
Loading…
Reference in New Issue