new breeze packages due to plasma 6

This commit is contained in:
William 2024-03-15 21:52:10 -03:00
parent 520bcbc43b
commit 9aad001915
2 changed files with 4 additions and 8 deletions

View file

@ -1,9 +1,5 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
# let
# pkgs.writeShellScriptBin "toggle-audio-output" ''
# '';
{ {
home = { home = {
pointerCursor = { pointerCursor = {
@ -11,7 +7,7 @@
gtk.enable = true; gtk.enable = true;
x11.enable = true; x11.enable = true;
name = "Breeze_Light"; name = "Breeze_Light";
package = pkgs.breeze-icons; package = pkgs.kdePackages.breeze-icons;
}; };
activation.removeExistingGtk = activation.removeExistingGtk =
lib.hm.dag.entryBefore [ "checkLinkTargets" ] '' lib.hm.dag.entryBefore [ "checkLinkTargets" ] ''

View file

@ -10,11 +10,11 @@
size = 10; size = 10;
}; };
theme = { theme = {
package = pkgs.breeze-gtk; package = pkgs.kdePackages.breeze-gtk;
name = "Breeze"; name = "Breeze";
}; };
iconTheme = { iconTheme = {
package = pkgs.breeze-icons; package = pkgs.kdePackages.breeze-icons;
name = "Breeze"; name = "Breeze";
}; };
}; };
@ -32,7 +32,7 @@
enable = true; enable = true;
plugins = [ plugins = [
pkgs.obs-studio-plugins.obs-vkcapture pkgs.obs-studio-plugins.obs-vkcapture
# pkgs.obs-studio-plugins.obs-backgroundremoval pkgs.obs-studio-plugins.obs-backgroundremoval
pkgs.obs-studio-plugins.obs-pipewire-audio-capture pkgs.obs-studio-plugins.obs-pipewire-audio-capture
]; ];
}; };