added mumble and fallback cursor theme for kde

This commit is contained in:
Thilo Billerbeck 2023-11-13 23:58:18 +01:00
parent fa44f500c4
commit 6e3bc28d9a
2 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ inputs, ... }:
{ inputs, pkgs, ... }:
{
home-manager.useGlobalPkgs = true;
@ -17,6 +17,12 @@
isGraphical = true;
};
xsession.pointerCursor = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
size = 128;
};
programs.obs-studio = {
enable = true;
/* plugins = with pkgs.obs-studio-plugins; [

View file

@ -106,6 +106,7 @@ with lib;
anki
inputs.nix-software-center.packages.x86_64-linux.nix-software-center
jetbrains-toolbox
mumble
] else [ ]) ++ (if config.machine.isGnome then [
gnomeExtensions.blur-my-shell
gnomeExtensions.dash-to-panel