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

View file

@ -10,11 +10,11 @@
size = 10;
};
theme = {
package = pkgs.breeze-gtk;
package = pkgs.kdePackages.breeze-gtk;
name = "Breeze";
};
iconTheme = {
package = pkgs.breeze-icons;
package = pkgs.kdePackages.breeze-icons;
name = "Breeze";
};
};
@ -32,7 +32,7 @@
enable = true;
plugins = [
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
];
};