thelio76: icons
This commit is contained in:
parent
7747c8bbb1
commit
c66285c3ec
|
@ -81,8 +81,6 @@
|
||||||
|
|
||||||
# Mouse 3 button (right mouse) resize by corner:
|
# Mouse 3 button (right mouse) resize by corner:
|
||||||
bspc config pointer_action2 resize_corner
|
bspc config pointer_action2 resize_corner
|
||||||
|
|
||||||
polybar &
|
|
||||||
'';
|
'';
|
||||||
startupPrograms = [ "picom" "polybar primary" "polybar secondary" ];
|
startupPrograms = [ "picom" "polybar primary" "polybar secondary" ];
|
||||||
};
|
};
|
||||||
|
@ -481,11 +479,12 @@
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
scalameta.metals
|
scalameta.metals
|
||||||
kamikillerto.vscode-colorize
|
kamikillerto.vscode-colorize
|
||||||
vscode-icons-team.vscode-icons
|
file-icons.file-icons
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"security.workspace.trust.untrustedFiles" = "open";
|
"security.workspace.trust.untrustedFiles" = "open";
|
||||||
"workbench.colorTheme" = "Default Dark Modern";
|
"workbench.colorTheme" = "Default Dark Modern";
|
||||||
|
"workbench.iconTheme" = "file-icons";
|
||||||
"files.autoSave" = "afterDelay";
|
"files.autoSave" = "afterDelay";
|
||||||
"editor.formatOnSave" = true;
|
"editor.formatOnSave" = true;
|
||||||
"nix.formatterPath" = "nixpkgs-fmt";
|
"nix.formatterPath" = "nixpkgs-fmt";
|
||||||
|
|
Loading…
Reference in New Issue