This doesn't really make sense as I'm commiting it anyways.

This is currently versioned by my dotfiles. Since this is used in both
Mac(Work) & Linux machines I can't just keep this in nix-land so it will
likely need to be managed either like below or via the dotfiles `make
up` command.
This commit is contained in:
James Patrick 2021-12-02 00:06:49 -05:00
parent 378163bab4
commit c31a5e22ca
1 changed files with 6 additions and 0 deletions

View File

@ -49,7 +49,13 @@
};
};
};
};
# This is a bit silly as this is currently managed by my make dot config.
xdg.configFile."tridactyl/tridactylrc".source = pkgs.fetchurl {
url =
"https://git.jpatrick.io/james/dotfiles/raw/branch/master/tridactyl/tridactylrc";
sha256 = "sha256-iOBd/yEvQP/Gn3+lS2Ztu9oslllZU4G7VnM4pTck+Tg=";
};
};
}