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, ...}: {
|
||||
environment.systemPackages = with pkgs.gnomeExtensions; [
|
||||
open-bar
|
||||
caffeine
|
||||
pop-shell
|
||||
appindicator
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
cursor = {
|
||||
name = "GoogleDot-Blue";
|
||||
package = pkgs.google-cursor;
|
||||
size = 24;
|
||||
};
|
||||
|
||||
fonts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue