mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
chore: use lib.getExe wherever possible
This commit is contained in:
parent
63d4a1b452
commit
2f48a2c279
6 changed files with 23 additions and 24 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue