add miku cursor!
This commit is contained in:
parent
eca2096db5
commit
b479e93523
@ -10,7 +10,16 @@ with lib.hm.gvariant;
|
||||
url = "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg";
|
||||
sha256 = "0vrcn44aibdsl1hc6n0jbp0znpwhcb4hyhbzs5690i1nrapcmyka";
|
||||
};
|
||||
# miku cursor
|
||||
home.file.".local/share/icons/miku-cursor-linux/".source = "${builtins.fetchGit {
|
||||
url = "https://github.com/supermariofps/hatsune-miku-windows-linux-cursors";
|
||||
rev = "24bbed734c17bc19516b939ee10203b229513d2a";
|
||||
}}/miku-cursor-linux/";
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
"cursor-theme" = "miku-cursor-linux";
|
||||
};
|
||||
"org/gnome/shell" = {
|
||||
"favorite-apps" = [
|
||||
"kitty.desktop"
|
||||
|
Loading…
Reference in New Issue
Block a user