Compare commits
2 commits
a13dc78024
...
9b75124f16
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b75124f16 | |||
| d4337b29b9 |
2 changed files with 7 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ in
|
||||||
imports = [ flakeSelf.inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
imports = [ flakeSelf.inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cursorTheme = { package = pkgs.breeze-icons; name = "breeze-cursors"; };
|
cursorTheme = { package = pkgs.breeze-qt5; name = "breeze_cursors"; };
|
||||||
iconTheme = { package = pkgs.breeze-icons; name = "breeze-dark"; };
|
iconTheme = { package = pkgs.breeze-icons; name = "breeze-dark"; };
|
||||||
theme = { package = pkgs.breeze-gtk; name = "Breeze"; };
|
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
|
# Gtk2 doesn't have a dark mode, so I just tell gtk 3 and 4 to use the dark variant
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,12 @@ let inputs = flakeSelf.inputs; in
|
||||||
home-manager.users.toast.programs.vscode = {
|
home-manager.users.toast.programs.vscode = {
|
||||||
# The redhat xml extension needs an fhs environment
|
# The redhat xml extension needs an fhs environment
|
||||||
package = lib.mkForce pkgs.vscodium-fhs;
|
package = lib.mkForce pkgs.vscodium-fhs;
|
||||||
extensions = [ inputs.vscode-extensions.extensions.x86_64-linux.open-vsx.redhat.vscode-xml ];
|
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
|
||||||
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
redhat.telemetry.enabled = false;
|
redhat.telemetry.enabled = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue