diff options
Diffstat (limited to 'nix-conf/home/edrahil.nix')
-rw-r--r-- | nix-conf/home/edrahil.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix-conf/home/edrahil.nix b/nix-conf/home/edrahil.nix index 1db7be3..9b7f2fb 100644 --- a/nix-conf/home/edrahil.nix +++ b/nix-conf/home/edrahil.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: { - imports = [ + imports = [ ./includes/linux-server.nix ./includes/irssi.nix ]; @@ -14,7 +14,7 @@ home.homeDirectory = "/home/djm"; home.sessionVariables = { - TMUX_AUTO_ATTACH=1; + TMUX_AUTO_ATTACH = 1; }; # This value determines the Home Manager release that your |