Common: add atuin
This commit is contained in:
parent
233581eccb
commit
a07ddd315c
2 changed files with 16 additions and 0 deletions
15
roles/common/programs/atuin.nix
Normal file
15
roles/common/programs/atuin.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{...}: {
|
||||
home-manager.users.toast.programs.atuin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
enter_accept = false;
|
||||
workspaces = true;
|
||||
stats = {
|
||||
common_prefix = [
|
||||
"sudo"
|
||||
","
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue