mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
7 lines
165 B
Nix
Executable file
7 lines
165 B
Nix
Executable file
{pkgs, ...}: {
|
|
gtk.enable = true;
|
|
x11.enable = true;
|
|
name = "catppuccin-mocha-dark-cursors";
|
|
package = pkgs.catppuccin-cursors.macchiatoDark;
|
|
size = 14;
|
|
}
|