Found a good cursor theme

This commit is contained in:
Daniel Flanagan 2023-10-01 13:39:02 -05:00
parent fd85508217
commit 82b1468168
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -1,13 +1,15 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
home.pointerCursor = { home.pointerCursor = {
name = "Catppuccin-Mocha-Sapphire-Cursors"; name = "Bibata-Modern-Classic";
package = pkgs.catppuccin-cursors.mochaSapphire; package = pkgs.bibata-cursors;
size = 64; # TODO: this doesn't seem to work -- at least in Sway size = 64; # TODO: this doesn't seem to work -- at least in Sway
# some icons are also missing (hand2?)
}; };
services = { services = {
mako = { mako = {
enable = true; enable = true;
# TODO: config
}; };
swayidle = { swayidle = {
@ -644,6 +646,7 @@
# TODO: enable dark theme by default # TODO: enable dark theme by default
enable = true; enable = true;
# TODO: uses nixpkgs.pass so pass otp doesn't work
package = (pkgs.firefox.override { extraNativeMessagingHosts = [ pkgs.passff-host ]; }); package = (pkgs.firefox.override { extraNativeMessagingHosts = [ pkgs.passff-host ]; });
# extensions = with pkgs.nur.repos.rycee.firefox-addons; [ # extensions = with pkgs.nur.repos.rycee.firefox-addons; [