summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/common.nix23
1 files changed, 20 insertions, 3 deletions
diff --git a/users/common.nix b/users/common.nix
index a3cda21..2390e7f 100644
--- a/users/common.nix
+++ b/users/common.nix
@@ -3,6 +3,23 @@
config,
...
}:
+let
+ mikuCursor = pkgs.stdenv.mkDerivation {
+ pname = "miku-cursor";
+ version = "1.0";
+ src = pkgs.fetchgit {
+ url = "https://github.com/supermariofps/hatsune-miku-windows-linux-cursors.git";
+ rev = "471ff88";
+ hash = "sha256-HCHo4GwWLvjjnKWNiHb156Z+NQqliqLX1T1qNxMEMfE=";
+ };
+ unpackPhase = "true";
+
+ installPhase = ''
+ mkdir -p $out/share/icons
+ cp -r $src/miku-cursor-linux $out/share/icons/miku-cursor
+ '';
+ };
+in
{
programs.git = {
enable = true;
@@ -21,15 +38,15 @@
};
home.pointerCursor = {
- size = 16;
+ size = 36;
enable = true;
x11.enable = true;
gtk.enable = true;
hyprcursor.size = 16;
dotIcons.enable = true;
hyprcursor.enable = true;
- name = "material_light_cursors";
- package = pkgs.material-cursors;
+ name = "miku-cursor";
+ package = mikuCursor;
};
dconf.settings = {