fix setup

This commit is contained in:
Barrett Ruth 2026-02-11 15:53:04 -05:00
parent 2078269704
commit 21382e22a0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
7 changed files with 8 additions and 16 deletions

View file

@ -2,12 +2,12 @@
pkgs,
lib,
config,
isNixOS,
...
}:
let
c = config.colors;
isNixOS = builtins.pathExists /etc/NIXOS;
ripgrep = config.programs.ripgrep.enable;