fix cursor
This commit is contained in:
parent
ecf789b145
commit
55f5b5f9f6
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs.gnomeExtensions; [
|
environment.systemPackages = with pkgs.gnomeExtensions; [
|
||||||
open-bar
|
|
||||||
caffeine
|
caffeine
|
||||||
pop-shell
|
pop-shell
|
||||||
appindicator
|
appindicator
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
cursor = {
|
cursor = {
|
||||||
name = "GoogleDot-Blue";
|
name = "GoogleDot-Blue";
|
||||||
package = pkgs.google-cursor;
|
package = pkgs.google-cursor;
|
||||||
|
size = 24;
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue