modules/home/programs/shell/oh-my-posh.nix: lil gup

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-07 12:41:24 +03:00
parent 7814204ae6
commit ab17c1ce64

View File

@ -2,8 +2,8 @@
config,
lib,
...
}:
with lib; let
}: let
inherit (lib) mkIf mkEnableOption;
cfg = config.shell.oh-my-posh;
in {
options = {