diff --git a/nix/hosts/framework/home.nix b/nix/hosts/framework/home.nix index 45df7b8..b328011 100644 --- a/nix/hosts/framework/home.nix +++ b/nix/hosts/framework/home.nix @@ -119,6 +119,8 @@ noto-fonts-cjk-sans libertine roboto + + adwaita-icon-theme ]; emacsPackages = with pkgs.emacsPackages; [ mu4e ]; pythonPackages = with pkgs.python312Packages; [ python-lsp-server ]; @@ -128,6 +130,14 @@ "$HOME/.local/share/racket/8.14/bin/" # This has to be updated every time Racket updates :( ]; + home.pointerCursor = { + gtk.enable = true; + x11.enable = true; + name = "Adwaita"; + package = pkgs.adwaita-icon-theme; + size = 16; + }; + xresources.properties = { "Xft.antialias" = true; "Xft.rgba" = "rgb"; # type of anti-aliasing