diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-09-03 15:51:53 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-09-03 15:51:53 +0100 |
commit | bf2fc0f49f887fccbd37e8e6cf2a620da052ae32 (patch) | |
tree | 787506480cdf919e97a9bf09317f984ff3d65425 /nix-conf/home/edrahil.nix | |
parent | 31e462e924c50523e0a37069eb7c043c48b0f390 (diff) | |
download | dotfiles-bf2fc0f49f887fccbd37e8e6cf2a620da052ae32.tar.gz |
Format main home files with nixfmt
Diffstat (limited to 'nix-conf/home/edrahil.nix')
-rw-r--r-- | nix-conf/home/edrahil.nix | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/nix-conf/home/edrahil.nix b/nix-conf/home/edrahil.nix index 1db7be3..4e654e3 100644 --- a/nix-conf/home/edrahil.nix +++ b/nix-conf/home/edrahil.nix @@ -1,9 +1,5 @@ -{ config, pkgs, ... }: -{ - imports = [ - ./includes/linux-server.nix - ./includes/irssi.nix - ]; +{ config, pkgs, ... }: { + imports = [ ./includes/linux-server.nix ./includes/irssi.nix ]; # Let Home Manager install and manage itself. programs.home-manager.enable = true; @@ -13,9 +9,7 @@ home.username = "djm"; home.homeDirectory = "/home/djm"; - home.sessionVariables = { - TMUX_AUTO_ATTACH=1; - }; + home.sessionVariables = { TMUX_AUTO_ATTACH = 1; }; # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage |