NixOS-Config/variables/cmd/default.nix
2024-10-09 03:36:08 -04:00

6 lines
62 B
Nix

{ ... }:
{
auth = "doas";
nixcfg = "ranger /etc/nixos";
}