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
|
@ -88,6 +88,6 @@ in
|
|||
pkgs.zen-browser
|
||||
];
|
||||
|
||||
home.sessionVariables.DEFAULT_BROWSER = lib.mkIf cfg.zen.enable "${pkgs.zen-browser}/bin/zen";
|
||||
home.sessionVariables.DEFAULT_BROWSER = lib.mkIf cfg.zen.enable "${lib.getExe pkgs.zen-browser}";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue