Compare commits

..

No commits in common. "9b75124f16c0dc60ef3c3a94ccc0564e629d0161" and "a13dc7802442b74b85597d18573bb7dbad324e08" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View file

@ -89,7 +89,7 @@ in
imports = [ flakeSelf.inputs.plasma-manager.homeManagerModules.plasma-manager ];
gtk = {
enable = true;
cursorTheme = { package = pkgs.breeze-qt5; name = "breeze_cursors"; };
cursorTheme = { package = pkgs.breeze-icons; name = "breeze-cursors"; };
iconTheme = { package = pkgs.breeze-icons; name = "breeze-dark"; };
theme = { package = pkgs.breeze-gtk; name = "Breeze"; };
# Gtk2 doesn't have a dark mode, so I just tell gtk 3 and 4 to use the dark variant

View file

@ -4,12 +4,7 @@ let inputs = flakeSelf.inputs; in
home-manager.users.toast.programs.vscode = {
# The redhat xml extension needs an fhs environment
package = lib.mkForce pkgs.vscodium-fhs;
extensions = with inputs.vscode-extensions.extensions.x86_64-linux; [
open-vsx.redhat.vscode-xml
open-vsx.tomoki1207.pdf
open-vsx.ms-vscode.live-server
open-vsx.ecmel.vscode-html-css
];
extensions = [ inputs.vscode-extensions.extensions.x86_64-linux.open-vsx.redhat.vscode-xml ];
userSettings = {
redhat.telemetry.enabled = false;
};