mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
wsl-apps added
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
grampsSource = "${xlib.dirs.wsl-storage}/gramps";
|
||||
in
|
||||
{
|
||||
xdg = {
|
||||
enable = true;
|
||||
autostart.enable = true;
|
||||
configFile = {
|
||||
# "gramps" = {
|
||||
# source = config.lib.file.mkOutOfStoreSymlink grampsPath;
|
||||
# target = "gramps";
|
||||
# };
|
||||
};
|
||||
};
|
||||
home.packages = [
|
||||
pkgs.gramps
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user