mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-11 03:34:42 +02:00
added mumble and fallback cursor theme for kde
This commit is contained in:
parent
fa44f500c4
commit
6e3bc28d9a
2 changed files with 8 additions and 1 deletions
configs/thilo-laptop
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue