chore: use lib.getExe wherever possible

This commit is contained in:
Youwen Wu 2025-06-01 22:14:57 -07:00
parent 63d4a1b452
commit 2f48a2c279
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
6 changed files with 23 additions and 24 deletions

View file

@ -23,7 +23,7 @@
# nix flake update --commit-lock-file
# doas nixos-rebuild --flake ~/.config/liminalOS\#${osConfig.networking.hostName} switch &| nom
# '';
spt = "${pkgs.spotify-player}/bin/spotify_player";
spt = "${lib.getExe pkgs.spotify-player}";
};
home.file = lib.mkIf config.liminalOS.programs.enable {