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
15
home.nix
15
home.nix
|
@ -28,7 +28,7 @@
|
|||
signal-desktop
|
||||
tuba
|
||||
#youtube-music
|
||||
|
||||
|
||||
# CLI
|
||||
btop
|
||||
freshfetch
|
||||
|
@ -74,16 +74,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
yzhang.markdown-all-in-one
|
||||
];
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
dconf.settings = {
|
||||
"org/gnome/shell" = {
|
||||
favorite-apps = [ "nautilus.desktop" "org.gnome.Console.desktop" "firefox.desktop" "codium.desktop" "signal-desktop.desktop" ];
|
||||
};
|
||||
|
@ -108,5 +99,5 @@
|
|||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue