From ac3476b839cc9db90a48584570ed5682c68798a0 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 25 Sep 2023 22:25:21 +0800 Subject: [PATCH] users/foo-dogsquared: remove hledger-utils and reformat code --- users/home-manager/foo-dogsquared/default.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/users/home-manager/foo-dogsquared/default.nix b/users/home-manager/foo-dogsquared/default.nix index b42b170b..d92adc65 100644 --- a/users/home-manager/foo-dogsquared/default.nix +++ b/users/home-manager/foo-dogsquared/default.nix @@ -29,7 +29,6 @@ in home.packages = with pkgs; [ vscodium-fhs # Visual Studio-lite and for those who suffer from Visual Studio withdrawal. hledger # Trying to be a good accountant. - hledger-utils # For extra trying to be a better accountant. ]; fonts.fontconfig.enable = true; @@ -130,11 +129,11 @@ in # All of the personal configurations. xdg.configFile = { - "doom".source = getDotfiles "emacs"; - "kitty".source = getDotfiles "kitty"; - "nvim".source = getDotfiles "nvim"; - "nyxt".source = getDotfiles "nyxt"; - "wezterm".source = getDotfiles "wezterm"; + doom.source = getDotfiles "emacs"; + kitty.source = getDotfiles "kitty"; + nvim.source = getDotfiles "nvim"; + nyxt.source = getDotfiles "nyxt"; + wezterm.source = getDotfiles "wezterm"; }; # Automating some files to be fetched on activation.