diff --git a/flake.lock b/flake.lock index 63513be..449e782 100644 --- a/flake.lock +++ b/flake.lock @@ -284,16 +284,16 @@ "gnome-shell": { "flake": false, "locked": { - "lastModified": 1698794309, - "narHash": "sha256-/TIkZ8y5Wv3QHLFp79Poao9fINurKs5pa4z0CRe+F8s=", + "lastModified": 1713702291, + "narHash": "sha256-zYP1ehjtcV8fo+c+JFfkAqktZ384Y+y779fzmR9lQAU=", "owner": "GNOME", "repo": "gnome-shell", - "rev": "a7c169c6c29cf02a4c392fa0acbbc5f5072823e7", + "rev": "0d0aadf013f78a7f7f1dc984d0d812971864b934", "type": "github" }, "original": { "owner": "GNOME", - "ref": "45.1", + "ref": "46.1", "repo": "gnome-shell", "type": "github" } @@ -535,16 +535,16 @@ ] }, "locked": { - "lastModified": 1714908840, - "narHash": "sha256-gO8C1BinP0Dd08xkRiJFap4f5mZTdHy3ia4/B7wTrBY=", + "lastModified": 1716205882, + "narHash": "sha256-K0mH9Xhiae37eyxjwlmlo+ZqScRIh3rCDpXPzF/uBxI=", "owner": "jalil-salame", "repo": "stylix", - "rev": "26fd8626ab3ed57fbf50c62fc92f685ab8d35c87", + "rev": "feeb35d2857ef6e32292ebdb862c2f6022c727fd", "type": "github" }, "original": { "owner": "jalil-salame", - "ref": "fallback-fonts-v2", + "ref": "enable-option", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index 53c16f1..66dc03d 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ }; nixos-hardware.url = "github:NixOS/nixos-hardware"; stylix = { - url = "github:jalil-salame/stylix/fallback-fonts-v2"; + url = "github:jalil-salame/stylix/enable-option"; inputs = { nixpkgs.follows = "nixpkgs"; home-manager.follows = "home-manager"; diff --git a/home/gui/default.nix b/home/gui/default.nix index 6d93403..5edcb5d 100644 --- a/home/gui/default.nix +++ b/home/gui/default.nix @@ -134,8 +134,11 @@ in { }; # Set cursor style - stylix.cursor = cursor; - home.pointerCursor.gtk.enable = true; + stylix = {inherit cursor;}; + home.pointerCursor = { + gtk.enable = true; + inherit (cursor) name package; + }; # Set Gtk theme gtk = { enable = true;