My Nix Infra
nix nixos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use catppuccin cursor theme (fix #2)

ydcjeff 54cb7c7f a81af95f

+5
+5
modules/desktop.nix
··· 44 44 sansSerif = config.stylix.fonts.monospace; 45 45 emoji = config.stylix.fonts.monospace; 46 46 }; 47 + cursor = { 48 + name = "catppuccin-frappe-dark-cursors"; 49 + package = pkgs.catppuccin-cursors.frappeDark; 50 + size = 24; 51 + }; 47 52 }; 48 53 programs.niri.enable = true; 49 54 programs.waybar.enable = true;