This commit is contained in:
2025-11-02 12:31:36 +03:00
parent c15887b2b0
commit 241ba40269
+2 -2
View File
@@ -7,7 +7,7 @@
}:
let
grampsPath = "${xlib.dirs.wsl-storage}/gramps";
last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; };
# last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; };
in
{
xdg = {
@@ -25,6 +25,6 @@ in
};
};
home.packages = [
last-stable.gramps
pkgs.gramps
];
}