mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
grampsPath = "${xlib.dirs.wsl-storage}/gramps";
|
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
|
in
|
||||||
{
|
{
|
||||||
xdg = {
|
xdg = {
|
||||||
@@ -25,6 +25,6 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.packages = [
|
home.packages = [
|
||||||
last-stable.gramps
|
pkgs.gramps
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user