mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
getting rid of VS Code
This commit is contained in:
parent
9110bd490f
commit
8b5f02a144
1 changed files with 3 additions and 12 deletions
9
home.nix
9
home.nix
|
@ -74,15 +74,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
yzhang.markdown-all-in-one
|
||||
];
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/shell" = {
|
||||
favorite-apps = [ "nautilus.desktop" "org.gnome.Console.desktop" "firefox.desktop" "codium.desktop" "signal-desktop.desktop" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue