mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-12 07:20:55 +02:00
use lib.getExe where possible
This commit is contained in:
parent
20dd0ece6c
commit
1169e53c76
11 changed files with 40 additions and 43 deletions
shared
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
|
@ -7,7 +7,7 @@
|
|||
clock24 = true;
|
||||
extraConfig =
|
||||
''
|
||||
set -g default-shell ${pkgs.zsh}/bin/zsh
|
||||
set -g default-shell ${lib.getExe pkgs.zsh}
|
||||
bind P display-popup
|
||||
set -sg escape-time 10
|
||||
set -g @dracula-plugins "git time"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue