From 82b1468168f615a707e9e3e4f0dd46f1bd585121 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 1 Oct 2023 13:39:02 -0500 Subject: [PATCH] Found a good cursor theme --- home/linux.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/linux.nix b/home/linux.nix index b626474..93709c7 100644 --- a/home/linux.nix +++ b/home/linux.nix @@ -1,13 +1,15 @@ { config, pkgs, ... }: { home.pointerCursor = { - name = "Catppuccin-Mocha-Sapphire-Cursors"; - package = pkgs.catppuccin-cursors.mochaSapphire; + name = "Bibata-Modern-Classic"; + package = pkgs.bibata-cursors; size = 64; # TODO: this doesn't seem to work -- at least in Sway + # some icons are also missing (hand2?) }; services = { mako = { enable = true; + # TODO: config }; swayidle = { @@ -644,6 +646,7 @@ # TODO: enable dark theme by default enable = true; + # TODO: uses nixpkgs.pass so pass otp doesn't work package = (pkgs.firefox.override { extraNativeMessagingHosts = [ pkgs.passff-host ]; }); # extensions = with pkgs.nur.repos.rycee.firefox-addons; [