users/foo-dogsquared: remove hledger-utils and reformat code

This commit is contained in:
Gabriel Arazas 2023-09-25 22:25:21 +08:00
parent c3f095295b
commit ac3476b839
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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.