Minor changes

This commit is contained in:
Abhinav Sarkar 2024-09-07 12:38:30 +05:30
parent 0187d9412a
commit fd02d8bbf2
3 changed files with 10 additions and 4 deletions

View File

@ -10,8 +10,11 @@
'';
gc = {
automatic = true;
interval.Day = 1;
options = "--delete-older-than 7d";
interval = {
Hour = 18;
Minute = 15;
};
options = "-d --delete-older-than 7d";
};
settings = {
auto-optimise-store = true;

View File

@ -28,7 +28,6 @@ let
entr
hyperfine
git-absorb
gitui
graphviz-nox
iterm2
jetbrains.idea-community
@ -70,7 +69,10 @@ in {
};
};
eza.enable = true;
eza = {
enable = true;
git = true;
};
direnv = {
enable = true;

View File

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
programs.gitui.enable = true;
programs.git = {
enable = true;
userName = "Abhinav Sarkar";