splits out configuration into central modules
This commit is contained in:
parent
58ffb417dd
commit
b44654b9a2
63 changed files with 20 additions and 20 deletions
10
modules/atuin/default.nix
Normal file
10
modules/atuin/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
style = "compact";
|
||||
inline_height = 20;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue