From 4dcccd888b6b40614dd152eafcb4c351474ef18f Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Sun, 7 Jul 2024 11:17:29 -0400 Subject: [PATCH] Formatting, removing duplicate config definition --- nix/home-manager/home.nix | 12 ++++++------ nix/home-manager/modules/files.nix | 6 ------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/nix/home-manager/home.nix b/nix/home-manager/home.nix index ebd8115..b2ac488 100644 --- a/nix/home-manager/home.nix +++ b/nix/home-manager/home.nix @@ -65,13 +65,13 @@ in { jujutsu = { enable = true; settings = { - user = { - name = "Anthony Cicchetti"; - email = "anthony@anthonycicchetti.com"; - }; - "default-command" = "log"; - }; + user = { + name = "Anthony Cicchetti"; + email = "anthony@anthonycicchetti.com"; + }; + "default-command" = "log"; }; + }; nix-index = { enable = true; diff --git a/nix/home-manager/modules/files.nix b/nix/home-manager/modules/files.nix index 839d8ff..94ecfd6 100644 --- a/nix/home-manager/modules/files.nix +++ b/nix/home-manager/modules/files.nix @@ -72,12 +72,6 @@ in { }; "erdtree/.erdtreerc".source = ./${repo_root}/erdtree/erdtreerc; "kitty/kitty.conf".source = ./${repo_root}/kitty/kitty.conf; - "jj/config.toml".source = (pkgs.formats.toml {}).generate "jujutsu-config" { - user = { - name = "Anthony Cicchetti"; - email = "anthony@anthonycicchetti.com"; - }; - }; "lsd/config.yaml".source = ./${repo_root}/lsd/config.yaml; "neovide/config.toml".source = (pkgs.formats.toml {}).generate "neovide-config" { font = {