RSSAmplifier

Home on Gabs Blog :3 · Sep 17, 2025

Cursor Theme NixOS Home Manager Config Example

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Config 
 home . pointerCursor = {
 gtk . enable = true ;
 sway . enable = true ;
 # x11.enable = true; 
 # hyprcursor.enable = true; 
 name = 'catppuccin-mocha-dark-cursors' ;
 package = pkgs . catppuccin-cursors . mochaDark;
 size = 21 ;
 };
 Related Resources: 
 
 







 https://github.com/catppuccin/cursors 
…

Read on gabskent.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.