idk i dont even remember
This commit is contained in:
parent
6cff59b7ef
commit
bbfc3acc32
13 changed files with 262 additions and 732 deletions
|
@ -29,10 +29,9 @@ in {
|
|||
thunderbird
|
||||
strawberry
|
||||
inkscape
|
||||
xfce.thunar
|
||||
xfce.thunar-archive-plugin
|
||||
xfce.thunar-volman
|
||||
xfce.thunar-media-tags-plugin
|
||||
(xfce.thunar.override {thunarPlugins = [xfce.thunar-archive-plugin xfce.thunar-volman xfce.thunar-media-tags-plugin];})
|
||||
peazip
|
||||
|
||||
imv
|
||||
|
||||
zathura
|
||||
|
@ -85,7 +84,7 @@ in {
|
|||
enable = true;
|
||||
};
|
||||
|
||||
services.udiskie.enable = true;
|
||||
services.udiskie.enable = false; # TODO change once upstream python package is fixed in nixpkgs
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
|
@ -101,8 +100,14 @@ in {
|
|||
mutableExtensionsDir = true;
|
||||
userSettings = {
|
||||
"window.titleBarStyle" = "custom";
|
||||
"editor.fontFamily" = "'${pkgs.rice.fonts.monospace.name}'";
|
||||
"editor.fontFamily" = "${pkgs.rice.fonts.monospace.name}";
|
||||
"editor.fontSize" = 12;
|
||||
"workbench.colorTheme" = "KanagawaTheme";
|
||||
"rust-analyzer.check.overrideCommand" = "clippy";
|
||||
"rust-analyzer.debug.engine" = "vadimcn.vscode-lldb";
|
||||
"rust-analyzer.inlayHints.chainingHints.enable" = false;
|
||||
"rust-analyzer.inlayHints.parameterHints.enable" = false;
|
||||
"rust-analyzer.inlayHints.typeHints.enable" = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue