Files
nixos/pkgs/wofi/biscuit.nix
T
biscuit 45ce1678d1 updd
2025-05-20 21:22:46 -05:00

17 lines
427 B
Nix

{pkgs, ...}: let
# wofiSource = pkgs.fetchFromGitHub {
# owner = "adi1090x";
# repo = "rofi";
# rev = "b76c16b2b7c465d7b082e11e5210fcd10c6683a7";
# hash = "sha256-9IHENxHQors2z3aYj/xToZD79Gmi1aqlE3QnKnvOT9A=";
# };
wofiSource = builtins.toPath ./launcher;
in {
programs.wofi.enable = true;
# home.file.".config/wofi" = {
# source = wofiSource;
# recursive = true;
# force = true;
# };
}