Found a good cursor theme
This commit is contained in:
parent
fd85508217
commit
82b1468168
1 changed files with 5 additions and 2 deletions
|
@ -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; [
|
||||||
|
|
Loading…
Reference in a new issue