Extract a tmux mixin
This commit is contained in:
parent
111c336abc
commit
3ff9d54970
10 changed files with 120 additions and 162 deletions
|
@ -6,11 +6,6 @@
|
|||
}:
|
||||
|
||||
{
|
||||
homeManagerModules = {
|
||||
tmux.enable = true;
|
||||
tmux-sessionizer.enable = true;
|
||||
};
|
||||
|
||||
home =
|
||||
let
|
||||
remoteIpAddress = "192.168.1.111";
|
||||
|
|
|
@ -1,7 +1 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
homeManagerModules = {
|
||||
tmux-sessionizer.enable = true;
|
||||
};
|
||||
}
|
||||
{ }
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
homeManagerModules = {
|
||||
tmux.enable = true;
|
||||
tmux-sessionizer.enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
backup-websites
|
||||
displayselect
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
homeManagerModules = {
|
||||
tmux.enable = true;
|
||||
tmux-sessionizer.enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
displayselect
|
||||
isync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue