feat(sway): use swayfx 0.3

refs: WillPower3309/swayfx@0.3
This commit is contained in:
winston 2023-05-22 12:10:32 +02:00
parent 7e8f3b1d70
commit 9747a4e3e4
Signed by: winston
GPG key ID: 3786770EDBC2B481
3 changed files with 4 additions and 7 deletions

View file

@ -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"
}
},

View file

@ -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";

View file

@ -29,7 +29,6 @@ in {
name = "Numix-Cursor";
package = pkgs.numix-cursor-theme;
gtk.enable = true;
size = 24;
x11.enable = true;
};