Common: add atuin

This commit is contained in:
Toast 2024-03-22 10:30:38 +01:00
parent 233581eccb
commit a07ddd315c
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{...}: {
home-manager.users.toast.programs.atuin = {
enable = true;
settings = {
enter_accept = false;
workspaces = true;
stats = {
common_prefix = [
"sudo"
","
];
};
};
};
}

View file

@ -13,6 +13,7 @@
./btop.nix
./helix.nix
./direnv.nix
./atuin.nix
];
# Some programs dont have a programs.*.enable option, so I install their package here
environment.systemPackages = with pkgs; [