test fin gn

This commit is contained in:
2025-10-17 03:26:38 -05:00
parent 598abd3c51
commit 52d96b7b2d

View File

@@ -5,7 +5,7 @@
}: {
home.packages = with pkgs; [xdg-ninja];
xdg = if pkgs.system == "x86_64-linux" then {} else {
xdg = if pkgs.system == "x86_64-darwin" then {} else {
enable = true;
configHome = "${config.home.homeDirectory}/.config";
cacheHome = "${config.home.homeDirectory}/.cache";