mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +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; [
|
home.packages = with pkgs; [
|
||||||
vscodium-fhs # Visual Studio-lite and for those who suffer from Visual Studio withdrawal.
|
vscodium-fhs # Visual Studio-lite and for those who suffer from Visual Studio withdrawal.
|
||||||
hledger # Trying to be a good accountant.
|
hledger # Trying to be a good accountant.
|
||||||
hledger-utils # For extra trying to be a better accountant.
|
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
@ -130,11 +129,11 @@ in
|
|||||||
|
|
||||||
# All of the personal configurations.
|
# All of the personal configurations.
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"doom".source = getDotfiles "emacs";
|
doom.source = getDotfiles "emacs";
|
||||||
"kitty".source = getDotfiles "kitty";
|
kitty.source = getDotfiles "kitty";
|
||||||
"nvim".source = getDotfiles "nvim";
|
nvim.source = getDotfiles "nvim";
|
||||||
"nyxt".source = getDotfiles "nyxt";
|
nyxt.source = getDotfiles "nyxt";
|
||||||
"wezterm".source = getDotfiles "wezterm";
|
wezterm.source = getDotfiles "wezterm";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Automating some files to be fetched on activation.
|
# Automating some files to be fetched on activation.
|
||||||
|
Loading…
Reference in New Issue
Block a user