Kde: add breeze cursor to steam

This commit is contained in:
Toast 2024-11-09 12:59:27 +01:00
parent 38281315f7
commit 6b9b21b9ff

View file

@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
imports = [
./kate.nix
./firefox.nix
@ -11,4 +11,5 @@
# Enable the kde partition manager
programs.partition-manager.enable = true;
programs.steam.extraPackages = [pkgs.kdePackages.breeze];
}