mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user