configs/workstation/atuin.nix

11 lines
129 B
Nix
Raw Normal View History

2024-05-20 12:24:36 +02:00
{ pkgs, configs, ... }:
{
environment.systemPackages = with pkgs;
[
atuin
];
services.atuin.enable = true;
}