• cally [he/they]@pawb.social
      link
      fedilink
      English
      arrow-up
      6
      ·
      9 months ago

      oh actually my bad, i figured out how to do it declaratively

      configuration.nix

      {
          pkgs,
          config,
          lib,
          ...
      }: {
          # ...
          thigh-highs.enable = true;
          # ...
      }