Skip to content

Commit

Permalink
tealdeer config for auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterUwU committed May 7, 2024
1 parent 2355c25 commit d8c81da
Showing 1 changed file with 30 additions and 21 deletions.
51 changes: 30 additions & 21 deletions common/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,38 @@

users.aki = {
home.stateVersion = "23.11";
programs.hyfetch = {
enable = true;
settings = {
preset = "transgender";
mode = "rgb";
light_dark = "dark";
lightness = 0.65;
color_align = {
mode = "horizontal";
custom_colors = [ ];
fore_back = null;
programs = {
hyfetch = {
enable = true;
settings = {
preset = "transgender";
mode = "rgb";
light_dark = "dark";
lightness = 0.65;
color_align = {
mode = "horizontal";
custom_colors = [ ];
fore_back = null;
};
backend = "fastfetch";
distro = null;
pride_month_shown = [ ];
};
};
bash = {
enable = true;
bashrcExtra = ''
eval "$(zoxide init --cmd cd bash)"
hyfetch
'';
};
tealdeer = {
enable = true;
settings.updates = {
auto_update = true;
auto_update_interval_hours = 24;
};
backend = "fastfetch";
distro = null;
pride_month_shown = [ ];
};
};
programs.bash = {
enable = true;
bashrcExtra = ''
eval "$(zoxide init --cmd cd bash)"
hyfetch
'';
};
xdg.configFile."autostart/vesktop.desktop".text = ''
[Desktop Entry]
Expand Down

0 comments on commit d8c81da

Please sign in to comment.