From 9747a4e3e4e14cf3fd166f6c7ab77d97290edf52 Mon Sep 17 00:00:00 2001 From: winston Date: Mon, 22 May 2023 12:10:32 +0200 Subject: [PATCH] feat(sway): use swayfx 0.3 refs: WillPower3309/swayfx@0.3 --- flake.lock | 7 +++---- flake.nix | 3 +-- home/apps/rice.nix | 1 - 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index f7eb38f..eee2e92 100644 --- a/flake.lock +++ b/flake.lock @@ -439,17 +439,16 @@ ] }, "locked": { - "lastModified": 1684127469, - "narHash": "sha256-vkAXmf+3ZpTRS8zzgSjQyeYvoVK7E+3yiWUnIw2GDT8=", + "lastModified": 1684677874, + "narHash": "sha256-d+KHaeOxr81rb+otnYKHhqHur6u4bBzPs21+nQ0FRms=", "owner": "willpower3309", "repo": "swayfx", - "rev": "479cc4e7456a93aed1a89bef8d83c1f8c43bd291", + "rev": "60e24c9cf4c9c729513c8103326e51c983414118", "type": "github" }, "original": { "owner": "willpower3309", "repo": "swayfx", - "rev": "479cc4e7456a93aed1a89bef8d83c1f8c43bd291", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 60bb91e..d647a52 100644 --- a/flake.nix +++ b/flake.nix @@ -18,8 +18,7 @@ nix-index-database.url = "github:Mic92/nix-index-database"; nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; - # TODO: commit remove once fixed - swayfx.url = "github:willpower3309/swayfx/479cc4e7456a93aed1a89bef8d83c1f8c43bd291"; + swayfx.url = "github:willpower3309/swayfx"; swayfx.inputs.nixpkgs.follows = "nixpkgs"; pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix"; diff --git a/home/apps/rice.nix b/home/apps/rice.nix index c1f86ae..b739380 100644 --- a/home/apps/rice.nix +++ b/home/apps/rice.nix @@ -29,7 +29,6 @@ in { name = "Numix-Cursor"; package = pkgs.numix-cursor-theme; gtk.enable = true; - size = 24; x11.enable = true; };