From d3ff54dbd88c1b38f946486ae1d47efd020893d0 Mon Sep 17 00:00:00 2001 From: Tyler Beckman Date: Fri, 29 Nov 2024 15:39:02 -0700 Subject: [PATCH] Fix plasma home button icon Unfortunately no beautyline, as I think beautyline only has a raster image and plasma only seems to like vector images (maybe? who knows) --- home-manager/modules/plasma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/plasma.nix b/home-manager/modules/plasma.nix index 73a0ba7..0da2301 100755 --- a/home-manager/modules/plasma.nix +++ b/home-manager/modules/plasma.nix @@ -37,7 +37,7 @@ name = "org.kde.plasma.kickoff"; config = { General = { - icon = "nixos"; + icon = "nix-snowflake"; }; }; }