mirror of
https://github.com/nix-community/home-manager
synced 2025-01-07 09:39:49 +01:00
parent
0941a2e144
commit
f83dc9f25a
8 changed files with 1 additions and 36 deletions
|
@ -239,7 +239,7 @@ in {
|
||||||
|
|
||||||
sensibleOnTop = mkOption {
|
sensibleOnTop = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Run the sensible plugin at the top of the configuration. It
|
Run the sensible plugin at the top of the configuration. It
|
||||||
is possible to override the sensible settings using the
|
is possible to override the sensible settings using the
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
# ============================================= #
|
|
||||||
# Start with defaults from the Sensible plugin #
|
|
||||||
# --------------------------------------------- #
|
|
||||||
run-shell @sensible_rtp@
|
|
||||||
# ============================================= #
|
|
||||||
|
|
||||||
set -g default-terminal "screen"
|
set -g default-terminal "screen"
|
||||||
set -g base-index 0
|
set -g base-index 0
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
# ============================================= #
|
|
||||||
# Start with defaults from the Sensible plugin #
|
|
||||||
# --------------------------------------------- #
|
|
||||||
run-shell @sensible_rtp@
|
|
||||||
# ============================================= #
|
|
||||||
|
|
||||||
set -g default-terminal "screen"
|
set -g default-terminal "screen"
|
||||||
set -g base-index 0
|
set -g base-index 0
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
# ============================================= #
|
|
||||||
# Start with defaults from the Sensible plugin #
|
|
||||||
# --------------------------------------------- #
|
|
||||||
run-shell @tmuxplugin_sensible_rtp@
|
|
||||||
# ============================================= #
|
|
||||||
|
|
||||||
set -g default-terminal "screen"
|
set -g default-terminal "screen"
|
||||||
set -g base-index 0
|
set -g base-index 0
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
# ============================================= #
|
|
||||||
# Start with defaults from the Sensible plugin #
|
|
||||||
# --------------------------------------------- #
|
|
||||||
run-shell @sensible_rtp@
|
|
||||||
# ============================================= #
|
|
||||||
|
|
||||||
set -g default-terminal "screen"
|
set -g default-terminal "screen"
|
||||||
set -g base-index 0
|
set -g base-index 0
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
# ============================================= #
|
|
||||||
# Start with defaults from the Sensible plugin #
|
|
||||||
# --------------------------------------------- #
|
|
||||||
run-shell @sensible_rtp@
|
|
||||||
# ============================================= #
|
|
||||||
|
|
||||||
set -g default-terminal "screen"
|
set -g default-terminal "screen"
|
||||||
set -g base-index 0
|
set -g base-index 0
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
# ============================================= #
|
|
||||||
# Start with defaults from the Sensible plugin #
|
|
||||||
# --------------------------------------------- #
|
|
||||||
run-shell @sensible_rtp@
|
|
||||||
# ============================================= #
|
|
||||||
|
|
||||||
set -g default-terminal "screen"
|
set -g default-terminal "screen"
|
||||||
set -g base-index 0
|
set -g base-index 0
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
# ============================================= #
|
|
||||||
# Start with defaults from the Sensible plugin #
|
|
||||||
# --------------------------------------------- #
|
|
||||||
run-shell @sensible_rtp@
|
|
||||||
# ============================================= #
|
|
||||||
|
|
||||||
set -g default-terminal "screen"
|
set -g default-terminal "screen"
|
||||||
set -g base-index 0
|
set -g base-index 0
|
||||||
|
|
Loading…
Reference in a new issue