home: tmux: enable by default

This commit is contained in:
Antoine Martin 2021-07-29 12:19:31 +02:00
parent db024c02d5
commit ba1e18165b
4 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,6 @@
{ config, ... }:
{
home-manager.users.alarsyo = {
my.home.tmux.enable = true;
my.home.fish.enable = true;
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;