hand7s: migrate from ${pkgs}/bin/ paths to ${lib.getExe pkgs}
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
fc182636e3
commit
e897fb4e87
13 changed files with 86 additions and 86 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs,lib, ...}: {
|
||||
programs = {
|
||||
ghostty = {
|
||||
enableFishIntegration = true;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
settings = {
|
||||
title = "spooky scary tty";
|
||||
|
||||
command = "${pkgs.fish}/bin/fish --login --interactive";
|
||||
command = "${lib.getExe pkgs.fish} --login --interactive";
|
||||
|
||||
confirm-close-surface = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue