From 88082aa0c1fe430e0eef0c9e5023d52ff2cf36cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 4 Jun 2024 12:37:37 +0200 Subject: [PATCH] Change cursor name --- flake.lock | 6 +++--- home/hyprland/cursor.nix | 3 ++- hosts/gunter/configuration.nix | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 7ca3d24..04a87c3 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/home/hyprland/cursor.nix b/home/hyprland/cursor.nix index 746169d..a7870a2 100644 --- a/home/hyprland/cursor.nix +++ b/home/hyprland/cursor.nix @@ -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; }; diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 285592d..05a31b8 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -16,6 +16,7 @@ boot = { # Kernel stuff kernelPackages = pkgs.linuxPackages_xanmod_latest; + # kernelPackages = pkgs.linuxPackages_latest; kernelParams = [ "quiet" "splash"