removes gtk handling

This commit is contained in:
Dennis Schoepf 2026-03-04 01:25:51 +01:00
parent 23de7e39b4
commit b35e42ace5

View file

@ -39,15 +39,6 @@
flake.modules.homeManager.desktop = flake.modules.homeManager.desktop =
{ pkgs, ... }: { pkgs, ... }:
{ {
gtk = {
enable = true;
cursorTheme = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 24;
};
};
home.sessionVariables = { home.sessionVariables = {
XCURSOR_THEME = "Bibata-Modern-Ice"; XCURSOR_THEME = "Bibata-Modern-Ice";
XCURSOR_SIZE = "24"; XCURSOR_SIZE = "24";