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:
parent
378163bab4
commit
c31a5e22ca
|
@ -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=";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Reference in New Issue
Block a user