Change cursor name
This commit is contained in:
parent
12946ad4d0
commit
88082aa0c1
@ -89,11 +89,11 @@
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1716948383,
|
||||
"narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=",
|
||||
"lastModified": 1717196966,
|
||||
"narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "ad57eef4ef0659193044870c731987a6df5cf56b",
|
||||
"rev": "57610d2f8f0937f39dbd72251e9614b1561942d8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -3,7 +3,8 @@
|
||||
gtk.enable = true;
|
||||
# x11.enable = true;
|
||||
package = pkgs.catppuccin-cursors.macchiatoLavender;
|
||||
name = "Catppuccin-Macchiato-Lavender-Cursors";
|
||||
# name = "Catppuccin-Macchiato-Lavender-Cursors";
|
||||
name = "catppuccin-macchiato-lavender-cursors";
|
||||
size = 32;
|
||||
};
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
boot = {
|
||||
# Kernel stuff
|
||||
kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
# kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
|
Loading…
Reference in New Issue
Block a user