diff --git a/nix/modules/home/common.nix b/nix/modules/home/common.nix index 419b4d4..ab5e7af 100644 --- a/nix/modules/home/common.nix +++ b/nix/modules/home/common.nix @@ -9,17 +9,17 @@ }; }; - config = { - imports = [ - ./secrets.nix - ./sh.nix - ./tmux.nix - ./git.nix - ./dev.nix - ./nvim.nix - ./task.nix - ]; + imports = [ + ./secrets.nix + ./sh.nix + ./tmux.nix + ./git.nix + ./dev.nix + ./nvim.nix + ./task.nix + ]; + config = { home.packages = with pkgs; [ nerd-fonts.fira-code nil # Nix LSP