mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -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
|
system76-keyboard-configurator
|
||||||
tuba
|
tuba
|
||||||
#youtube-music
|
#youtube-music
|
||||||
vscodium
|
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
mdbook
|
mdbook
|
||||||
freshfetch
|
freshfetch
|
||||||
|
@ -76,6 +75,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.vscode = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.vscodium;
|
||||||
|
extensions = with pkgs.vscode-extensions; [
|
||||||
|
yzhang.markdown-all-in-one
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue