···3838 cargoHash = "sha256-Qw7ZHLWPgIKqCmjhHwJ4QEz/WQMxrR8eG3tAgAKN7v0=";
39394040 buildNoDefaultFeatures = true;
4141- buildFeatures = [ "github" ];
4141+ buildFeatures = ["github"];
42424343 # attempts to run the program on .git in src which is not deterministic
4444 doCheck = false;
···11-{pkgs, lib, ...}: {
11+{
22+ pkgs,
33+ lib,
44+ ...
55+}: {
26 # WIP
37 options.swiftbar = let
48 inherit (lib) mkOption types;
···1519 type = types.string;
1620 example = "1m";
1721 description = ''
1818- How often should SwiftBar run script in the background.
2222+ How often should SwiftBar run script in the background.
1923 '';
2024 };
2125···3741 };
3842 };
3943 };
4040- }
4444+}
+6-1
modules/tools.nix
···11-{pkgs, inputs, config, ...}: let
11+{
22+ pkgs,
33+ inputs,
44+ config,
55+ ...
66+}: let
27 pkgs-self = inputs.self.packages.${pkgs.stdenv.hostPlatform.system};
38in {
49 home.packages = with pkgs; [