Format using nixfmt

This commit is contained in:
Oliver Davies 2024-03-18 20:33:28 +00:00
parent a33c74c580
commit b1421c97e1
30 changed files with 184 additions and 265 deletions
lib/shared/modules

View file

@ -1,5 +1,5 @@
{self, ...}: {
home.sessionPath = ["$HOME/.config/bin"];
{ self, ... }: {
home.sessionPath = [ "$HOME/.config/bin" ];
xdg.configFile.bin = {
source = "${self}/bin";