mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared: remove hledger-utils and reformat code
This commit is contained in:
parent
c3f095295b
commit
ac3476b839
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user