mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
home-manager: change vscode/codim a bit and add extension
This commit is contained in:
parent
9113aeacf4
commit
af5997a7fb
1 changed files with 9 additions and 2 deletions
11
home.nix
11
home.nix
|
@ -28,8 +28,7 @@
|
|||
system76-keyboard-configurator
|
||||
tuba
|
||||
#youtube-music
|
||||
vscodium
|
||||
|
||||
|
||||
# CLI
|
||||
mdbook
|
||||
freshfetch
|
||||
|
@ -76,6 +75,14 @@
|
|||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
};
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
yzhang.markdown-all-in-one
|
||||
];
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/shell" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue