make xdg dirs more correct!

This commit is contained in:
2026-02-26 18:25:13 +01:00
parent acc19d9539
commit 86d792e24d
6 changed files with 24 additions and 28 deletions

View File

@@ -36,6 +36,7 @@
textual
requests
beautifulsoup4
appdirs
];
meta = with pkgs.lib; {
@@ -46,6 +47,14 @@
};
};
};
devShells = {
default = pkgs.mkShell {
inputsFrom = [ self.packages.${system}.default ];
};
};
}
);
}